搜索资源列表
Java布局管理器使用方法
- 很多初学者在用Java布局器自动布局画界面时,经常遇见不知道如何定义区域大小或按钮之间的距离等问题。我写过一篇《实现JAVA手动布局中各个组件能随窗口变化的方法》的文章,有读者反映算坐标不好算,问能不能用布局器实现文章中的界面。其实自动布局也可以解决定义区域大小或按钮之间的距离等问题,只是没有手动布局那么灵活。下面我就举一个例子。 -many beginners in using Java for automatic layout interface layout painting, met o
SimpleCartoon
- 利用线程实现了线程间竞争资源的例子。例子中分别用两安钮模拟赛跑的跑车-use thread to achieve the competition for resources between the threads example. Examples were used to simulate two button on the sports car race
RunMVCPattern
- 一个好的用户界面(GUI)的设计通常可以在现实世界找到相应的表现。例如,如果在您的面前摆放着一个类似于电脑键盘按键的一个简单的按钮,然而就是这么简单的一个按钮,我们就可以看出一个GUI设计的规则,它由两个主要的部分构成,一部分使得它具有了按钮应该具有的动作特性,例如可以被按下。另外一部分则负责它的表现,例如这个按钮是代表了A还是B。 -a good user interface (GUI) design can usually be found in the real world corresp
radiobuttonpic
- java单选按钮使用的形象示例-java radio button to use the image Example
Swing
- Swing组件简介 模型-视图-控制器设计模式 Swing组件都有三个要素: 内容,例如,按钮的状态(是否按下)或者文本框中的文本。 外观显示(颜色,尺寸)。 行为(对事件的反应)。 -About Swing components Model- View- Controller design pattern Swing component has three elements: content, fo
JTable.rar
- JTable的一个例子,通过一个按钮可以添加一行数据,点击数据条目可以修改,选中某一行数据后还可以利用另一个按钮删除此行数据,An example of JTable via a button to add a line of data, click data entry can be modified, select a line data can also use another button to delete this row data
JS_JQuery_goTop
- 3个JQuery实现浮动按钮返回页面顶部,6个JS实现的,还有一个仿QQ空间的返回顶部浮动按钮。示例多,按钮样式多,返回动作有平滑返回,设置速度快慢。-Top 3 JQuery floating button to return to the top of the page 6 JS implementation, as well as an imitation QQ space floating button. More example, button style, smooth return
JAVA2DAPI2
- java2d API 应用实例,椭圆按钮事件、几何图形变换,剪切文字图形等-java2d API application example, oval button events, geometric transformation, shear the text graphics, etc.
flexWndExample
- 三个flex单击按钮后弹出窗体的示例,用了不同的效果。-Click the button three flex example of the pop-up form, with different results.
BorderDemo
- 对于初级学习JAVA的有关GUI知识的同学----- 按钮设计实例-For the initial learning JAVA knowledge of the GUI button----- Students design example
complexprimitivedisplay
- 是一个简单的Java3d小例子,可以实现点击按钮添加或者删除物体的一部分-Is a simple java3d small example, you can achieve the click of a button to add or delete objects as part of
ButtonExample
- java学习基础之按钮实例,初学者可以-java button example-based learning, learners can look at
RadioButton
- simple radio button example in java
AnimatedButton
- simple animation button example in java
Check-Box-Midlet-Example
- This example illustrates how to create check boxes in to your form. In this example we are creating a Form("Technologies") that is having four different choices, ChoiceGroup("JAVA", "J2ME", "J2EE", "JSF"). if user select a check box and click
Command-Midlet-Example
- This example illustrates how to create command button in your form. Command class build to bind only the semantic information of the command it means command is not the actual action its contains only information about command. Command ac
Example-11
- 提供一个按钮的演示。如何实现按钮和是一个按钮失效-Provide a button demo. How to implement buttons and a button is invalid
Example-12
- 按钮演示,选择不同的选择框显示不同的图片。方法说明:构造器,初始图形界面构建。-Button Demo. Select a different selection box shows a different picture.Methodology: the constructor, the initial graphical interface builder.
Example-14
- 列表框。通过输入框添加元素和点击“删除”按钮删除列表元素。-List box. Through the input box to add elements and click the "Delete" button to delete the list elements.
Android-Button-Example
- Android button example for java devenloper