Welcome![Sign In][Sign Up]
Location:
Search - button.action java

Search list

[Program doc3D

Description: 3D手机游戏开发教学 编写一个继承于Canvas类的子类,并且实现Runnable接口,在run方法中绘制屏幕中一个小方块,通过游戏动作键(上下左右)控制方块的移动-3D mobile phone game developers to prepare a succession of teaching in the Canvas sub-class category, and the realization of Runnable interface, in the run method of drawing the screen a small box, through play action button (up and down about) control box mobile
Platform: | Size: 976896 | Author: 朱刚毅 | Hits:

[JSP/Javabutton

Description: 有关按钮的java程序,编辑窗口,在桌面上显示窗口,点击按钮,出现ACTION OCCURRED-Java program on the button, edit window on the desktop display window, click the button, there ACTION OCCURRED
Platform: | Size: 2048 | Author: java | Hits:

[JSP/Javaaction

Description: 实现java图形界面按钮点击功能并做出现相应处理-The realization of java GUI button click function and do a corresponding processing
Platform: | Size: 45056 | Author: sunyu | Hits:

[JSP/JavaSwingApplication

Description: java 中的动作监听事件,展示按键触发动作事件的处理过程。-java ActionListener monitor the incident through the button action.
Platform: | Size: 1024 | Author: ydf | Hits:

[JSP/JavaRobot

Description: 自己些的java版本的按键精灵可以读取配置文件(Voter.action)-Own some of the java version of the button configuration files can be read Elven (Voter.action)
Platform: | Size: 15360 | Author: 张袁炜 | Hits:

[JSP/JavaGUI_CODE

Description: 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, label, button, create a dialog box with the action event handler and so on.
Platform: | Size: 165888 | Author: xihuiliang | Hits:

[ELanguageTestActionEvent

Description: Java test button action events.
Platform: | Size: 2048 | Author: Sirius | Hits:

[JSP/JavaEQ

Description: 企业内部通讯系统 (1)单击“系统设置”选项卡,设置系统、IP搜索范围和服务器登录设置。 (2)单击“系统操作”选项卡,搜索新的用户,如果你知道对方的IP地址,单击“用户列表”选项卡,选中其中的一个用户单击鼠标右键弹出快捷菜单。在该菜单中,可对用户信息进行添加、删除、用户更名、访问主机资源及公共程序等操作。 (3)如果对方未开启企业通信系统的情况下,向对方发送信史信息。 (4)本程序还支持群发功能,按住键盘上的<Ctrl>键,选择需要发送信息的人,然后,单击鼠标右键选择“信使群发”命令,进行信使群发操作。 -Enterprice Internal communication systems (1) Click "System Settings" tab, set the system, IP search range and server login settings. (2) Click "System Operation" tab, search for a new user, if you know each other s IP address, click "User List" tab, select one of a user clicks the right mouse button pop-up shortcut menu. In the menu, you can add user information, delete, rename users to access the host resources and public procedures for operations. (3) If the other party does not open the case of business communications systems, send a messenger to the other information. (4) This program also supports the mass function, hold down the keys on the keyboard <Ctrl>, select those who need to send messages, and then right-click and select "Courier mass" command to carry out messenger mass action.
Platform: | Size: 178176 | Author: 胡立伟 | Hits:

[JSP/Java12

Description: 使用说明 运行程序,打开程序主页面,如图1.1所示。勾选歌曲名称前面的复选框,单击“歌曲播放”,即可播放该歌曲。也可以在页面上方通过搜索来搜索需要的歌曲。 图1.1 程序主页面 单击页面上方的导航按钮,可按类别对歌曲进行查看,如图1.2所示。在这里可以试听及下载歌曲,下载歌曲前,需要将com\action包下的SongAction.java文件localhost:8080/01/改为自己程序的地址。 图1.2 按类别查看歌曲 单击页面下方的“管理”超链接,进入后台管理登录页,如图1.3所示。 图1.3 后台登录页 输入用户名mr,密码mrsoft,单击“确定”按钮,进入后台主页面,如图1.4所示。在这里可以添加、删除及查询歌曲记录。 图1.4 后台主页面 -Instructions for use Run the program, open the program home page, as shown in Figure 1.1. Check the check box in front of the song name, click the "songs to play, you can play the song. Can also be at the top of the page through the search to search for the desired song. Figure 1.1 Program home page Navigation buttons to click on the top of the page, the songs according to category view, as shown in Figure 1.2. Here can listen to and download songs, download songs before, you need to address com \ action the package under SongAction.java file localhost: 8080/01/changed their procedures. Figure 1.2 View songs by category Bottom of the page, click "management" hyperlink, enter the Admin login page, as shown in Figure 1.3. The Figure 1.3 backstage Login page Enter the user name mr the password mrsoft, click the "OK" button, enter the background of the main page, shown in Figure 1.4. Here you can add, delete, and query the song record. Figure 1.4 background main page
Platform: | Size: 796672 | Author: 陈晓宇 | Hits:

[JSP/JavaUSEFTPAPPLET

Description: 摘要:Java源码,网络相关,FTP Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。   Stop()方法使用FtpClient 对象的closeServer()方法关闭服务器连接。   Action()方法监听按钮,并对发生的按钮事件进行处理,通过使用判定语句evt.target == BtnConn来跟踪用户是否单击连接按钮,如果发生单击事件,则通过调用connect()方法来进行连接。如果evt.target == BtnClose 则调用stop()方法来断开连接。   SendFile()方法实现的是上载文件的功能。ShowFileContents()方法显示文件内容。在main()方法中生成此类实例,初始化线程,启动线程。-Summary: Java source code, network-related, FTP Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. FtpClient using the new generation of new class instance, use login () method FTP server, call showFileContents () method to display the contents of the file. Stop () method uses FtpClient object closeServer () method to close the server connection. Action () method listening button, and button events are processed through the use of judgment statement evt.target == BtnConn to track whether the user click the Connect button, if you click an event occurs, by calling the connect () method to connection. If evt.target == BtnClose calling
Platform: | Size: 8192 | Author: 郭涛 | Hits:

[JSP/JavaUSEFTPAPPLET.JAVA

Description: Java源码,网络相关,FTP Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。   Stop()方法使用FtpClient 对象的closeServer()方法关闭服务器连接。   Action()方法监听按钮,并对发生的按钮事件进行处理,通过使用判定语句evt.target == BtnConn来跟踪用户是否单击连接按钮,如果发生单击事件,则通过调用connect()方法来进行连接。如果evt.target == BtnClose 则调用stop()方法来断开连接。   SendFile()方法实现的是上载文件的功能。ShowFileContents()方法显示文件内容。在main()方法中生成此类实例,初始化线程,启动线程。-Java source code, network-related, FTP Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents. Stop () method uses FtpClient object closeServer () method to close the server connection. Action () method listening button, and button events are processed through the use of judgment statement evt.target == BtnConn to track whether users click the Connect button, if you click an event occurs, by calling the connect () method to perform connection. If evt.target == BtnClose
Platform: | Size: 8192 | Author: Meikao | Hits:

CodeBus www.codebus.net