搜索资源列表
Java布局管理器使用方法
- 很多初学者在用Java布局器自动布局画界面时,经常遇见不知道如何定义区域大小或按钮之间的距离等问题。我写过一篇《实现JAVA手动布局中各个组件能随窗口变化的方法》的文章,有读者反映算坐标不好算,问能不能用布局器实现文章中的界面。其实自动布局也可以解决定义区域大小或按钮之间的距离等问题,只是没有手动布局那么灵活。下面我就举一个例子。 -many beginners in using Java for automatic layout interface layout painting, met o
Java的GUI设计
- 第六章 Java的GUI设计 6.1 java.awt 6.2 AWT组件 6.3窗口和菜单设计 6.4布局管理 6.5Java图形设计 6.6Java2D -Chapter VI Java GUI design 2C_Standard_Edition 6.1 6.3 6.2 AWT components window and menu design layout management 6.5Java 6.4 graphic design 6.6Java2D
一个java常用类库的源代码
- 对比 20051019 版本主要改动: 1m1.去掉makedist.sh生成的configure等文件,安装更方便2.web增加版面RSS (by BunnyQ)3.web增加相关版面链接 (by Sdragons)4.telnet 增加D强制删除 (by garnett) 开发页面: http://bbs.tju.cn/us/dev-contrast to the major changes to version 20051019 : 1M1. Remove makedist.sh
jpanel
- java布局管理器嵌套综合使用,实现复杂布局已满足用户需要-java layout manager to use nested integrated, complex layout has to meet user needs
claForJava
- 一个小而精巧的计算器,是对JAVA中布局一节的巧妙利用-a small but sophisticated calculators, the Java layout of a cleverly exploited! !
caidan
- 在面板中建立菜单项,开始菜单,记事本的功能,可以在上面输入文字,还有一个计算器的面板,具体功能没有实现,但是是学习JAVA中使用布局管理器的好例子-the panel established menu items, start menu, the function of the notebook, can enter text above, There is also a calculator panel to achieve specific function, but the study i
java 下的布局
- java 下的综合布局-under the comprehensive layout
java下的菜单和布局
- java下的菜单和布局-the menu and layout
border layout
- 用Java编写的程序,可以学会如何制作边界,very easy-Java prepared by the procedures, can learn how to make borders, very easy
Grid layout
- 用java编写的程序,可以很容易的学会窗口布局-prepared using the procedure, you can easily learn the layout window
Swing.java图形用户界面设计
- java图形用户界面设计 包括如何创建窗体 设计界面 管理布局 绘制图形 使用组件 事件编程等,java graphical user interface design including how to create a form design interface management layout rendering graphics programming events such as the use of components
java_layout_example
- java常见布局的例子,对gui编程很有帮助。-Common examples of java layout of gui programming helpful.
Java
- 左边是记事本框,右边是万年历框。颜色和布局都是自己精心调配的,很美观。-The left is a Notepad box, right side is a calendar box. Color and layout are carefully deployed their own, very beautiful.
layout
- java layout implementation
layout
- android各种布局文件的源代码,包含了基本的布局格式和巧妙的运行方法-android source code for a variety of layout files, containing the basic layout of the format and method clever run
LayOut
- layout java聊天工具 有界面 服务端和客户端-layout java chat tools, and client server interface
java
- java布局管理器和管道的实现及其应用,四则运算的实现,窗口实例化。-java layout managers and the implementation of the pipeline and its applications, four operations to achieve, an instance of the window.
Java.card.layout.demonstrates.example
- 卡片布局的Java演示实例经典代码The Java card layout code demonstrates the classic example -The Java card layout code demonstrates the classic example
Java-layout-manager
- 对四种java布局管理器的区分,分别举例比较。-The distinction between the four types of Java layout manager, respectively, for example.
练习JAVA GUI设计和布局设计
- 练习JAVA GUI设计和布局设计:编写一个窗体程序显示日历,只需要设计GUI,不需要事件处理。(Practice Java GUI design and layout design: write a form program to display calendar, only need to design gui, do not need event processing.)