搜索资源列表
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
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
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
Layout.rar
- java 布局管理(gridlayout cardlayout),layout manager
java-code4
- 程序功能:在 Applet 中添加标签、按钮并使用网格布局,在Applet 容器中添加组件标签、按钮,并使用网格布局管理器排列组件在容器中的位置。 -Program features: Adding the Applet tags, buttons and use the grid layout, add components in the Applet container labels, buttons, and use the grid layout manager component
Internetbankingsystem
- 该项目为网上银行系统,使用技术为Struts+Hibernate。 JSP页面采用Tiles框架布局,表单验证没有采用Validator框架验证。 JDK:1.4以上 数据库:SQL Server2000 开发工具:Eclipse+MyEclipse-The project for the online banking system, the use of technology as the Struts+ Hibernate. JSP pages using Tiles fra
Printer
- Java打印机,主要是一些布局管理器的应用-Java printer is mainly the application of a number of layout manager
java_layout_example
- java常见布局的例子,对gui编程很有帮助。-Common examples of java layout of gui programming helpful.
layout
- java layout implementation
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.)