搜索资源列表
JFileChooserDemo
- 创建文件对话框对象, 利用 JFrame的扩展类myFrame 实现。 所用的编程技术: 图形编程和按钮事件处理 -create dialog objects, using the extension of the class JFrame myFrame achieve. Used in the programming technology : Graphics Programming and buttons incident
TextFindReplace
- java写的查找替换程序,本程序实现像word一样的查找替换功能 create()方法用于创建主界面和创建有关查找和替换字符串结果信息的对话框-written procedures for the replacement search, the program like the same word search function replacement create () method is used to create the main interface and the creation o
Create
- 编写一个JAVA程序,在其运行后的对话框中可以通过点击不同的布局按钮呈现出不同的布局-Write a JAVA program, in its run after the dialog box by clicking a different button layout showing a different layout
GUI_CODE
- Java语言,如何使用Java图形用户界面的程序类库(主要包括AWT和Swing两个),内容有字体,颜色,图形绘制,标签,按钮,创建对话框与动作事件处理等等。-Java language, how to use the Java graphical user interface library of procedures (including the two AWT and Swing), the contents of fonts, colors, graphics, drawing, lab
SignalGeneratorDialog
- This java codes is to create a dialog box to display signal graphically on an interactive GUI interface.
JTextFieldDemo
- 使用JTextField和JPasswordField类来创建和操作2个文本字段。接收用户输入时,当按下回车键时将会产生一个ActionEvent。在事件处理程序中判断用户输入的用户名与密码名是否正确,会弹出相应消息对话框进行回应。并对程序进行测试及分析。-Using the JTextField and JPasswordField class to create and operate two text fields. Receiving user input, and when press
lab05
- GUI设计(2): 掌握常用布局管理器的使用; 掌握下拉式菜单(一级、二级)的设计——创建菜单条、菜单、菜单项对象,并进行正确的装配; 熟悉一般对话框、文件对话框的创建、使用; 继承熟悉Frame、Panel、Label、Button、TextArea等组件的使用。-GUI design (2) : Master layout manager use common Master pull-down menu (level 1, level 2) design-creat
leanModal.v1.1
- LeanModal是一个用于创建模式对话框的超级简单JQuery插件。在附件包中的示例中,主要给出了jQuery遮罩层登陆效果,另外它还可以展示隐藏的页面内容,整个插件大小只有780bytes,可灵活变化高度和宽度,没有用到任何图片,支持在一个页面中创建多个实例,非常适合于创建:登录框,注册框,警告对话框等。-LeanModal is a super simple JQuery plug-in used to create a modal dialog box. Example in the a
notebook
- Java 记事本源码 Java写的记事本程序,MyNotebook 示例源码,通过制作这个Java记事本程序,新手可学习到如何使用Java创建界面、安装各种监听器、创建窗口的主菜单、创建JMenuItem并添加到对应的JMenu中、保存用户编辑的文件、根据文件读写状态适时返回消息、用"另存为"对话框保存文件、如何新建或打开一个已经存在的文件等,虽然这些操作都挺简单的,但却是Java文件编程的基础,涉及一些经常用到的基础知识。-Java Notepad source code written
notebook
- Java写的记事本程序,MyNotebook 示例源码,通过制作这个Java记事本程序,新手可学习到如何使用Java创建界面、安装各种监听器、创建窗口的主菜单、创建JMenuItem并添加到对应的JMenu中、保存用户编辑的文件、根据文件读写状态适时返回消息、用"另存为"对话框保存文件、如何新建或打开一个已经存在的文件等,虽然这些操作都挺简单的,但却是Java文件编程的基础,涉及一些经常用到的基础知识。-Notepad program written in Java, MyNotebook sa
jquery.simplemodal-1.4.4
- SimpleModal是一个轻量级jQuery插件提供一个用于创建模式对话框的强大框架。由于是一个框架,它可以给予你极大的灵活性来构建你想要的任意模式对话框。-SimpleModal is a lightweight jQuery plugin provides a powerful framework used to create modal dialog. As a framework, it can give you great flexibility in any mode you wa
leanModal.js-master
- LeanModal是一个用于创建模式对话框的超级简单JQuery插件。可以展示隐藏的页面内容,整个插件大小只有780bytes,可灵活变化高度和宽度,没有用到任何图片,支持在一个页面中创建多个实例,非常适合于创建:登录框,注册框,警告对话框等。-LeanModal used to create a modal dialog box super simple JQuery plugin. Can show the hidden page content, the size of the entir
NewItemSelectionDialog
- A selection dialog to select the type of the new element node to create, either in the application node or the selected sub node.
LX6_10
- 程序功能:创建一个带有文本区及“对话框”按钮的父窗口,单击“对话框”按钮可打开一 个自定义对话框,从中可以定义行和列的数值,关闭对话框其设置的设置会显示在父窗口的文本区中。-Program features: with text area and create a "dialog" button on the parent window, click the "dialog" button to open a custom dialog box, we can define rows and c
java9
- 设计一个创建二级菜单的程序。 其中菜单有“File”菜单项和“Format”菜单项。“File”菜单项中有子菜单“About”和“Exit”菜单:“Format”菜单项中有“Color”和“Font”子菜单项,“Color”子菜单项下有单选按钮“Blue”、“Red”、“Yellow”子菜单项,“Font”子菜单项下有复选框“Bold”和“Italic”子菜单项。 对“Abot”和“Exit”菜单项注册监听对象,当选择“About”或“Exit”菜单项时,弹出一个对话框或退出程序。对“C
exampleBasic2
- create Dialog to send INVITE request to UAS by JAIN SIP
exampleBasic3
- create a Dialog to send INVITE request to UAS and end this dialog by BYE request (JAIN SIP).