Location:
Search - java.awt.List
Search list
Description: 适合初学者练习 包括awt小程序、list和map群体等100多个java程序-for beginners exercises include AWT small programs, list and map more than 100 groups java procedures
Platform: |
Size: 51857 |
Author: 庞晓强 |
Hits:
Description: MediaPlayer代码,部分代码,合适请用:
import java.awt.*
import java.awt.event.*
import javax.swing.*
import javax.media.*
import java.io.*
import java.util.* //为了导入Vector
//import com.sun.java.swing.plaf.windows.*
public class MediaPlayer extends JFrame implements ActionListener,Runnable
{
private JMenuBar bar //菜单条
private JMenu fileMenu,choiceMenu,aboutMenu
private JMenuItem openItem,openDirItem,closeItem,about,infor
private JCheckBoxMenuItem onTop
private boolean top=false,loop //设定窗口是否在最前面
private Player player //Play是个实现Controller的接口
private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关
Platform: |
Size: 8425 |
Author: benson |
Hits:
Description: 适合初学者练习 包括awt小程序、list和map群体等100多个java程序-for beginners exercises include AWT small programs, list and map more than 100 groups java procedures
Platform: |
Size: 51200 |
Author: 庞晓强 |
Hits:
Description: MediaPlayer代码,部分代码,合适请用:
import java.awt.*
import java.awt.event.*
import javax.swing.*
import javax.media.*
import java.io.*
import java.util.* //为了导入Vector
//import com.sun.java.swing.plaf.windows.*
public class MediaPlayer extends JFrame implements ActionListener,Runnable
{
private JMenuBar bar //菜单条
private JMenu fileMenu,choiceMenu,aboutMenu
private JMenuItem openItem,openDirItem,closeItem,about,infor
private JCheckBoxMenuItem onTop
private boolean top=false,loop //设定窗口是否在最前面
private Player player //Play是个实现Controller的接口
private File file,listFile //利用File类结合JFileChooser进行文件打开操作,后则与list.ini有关-MediaPlayer code, some code, appropriate use: import java.awt .* import java.awt.event .* import javax.swing .* import javax.media .* import java.io.* import java.util .*// in order to import Vector// import com.sun.java.swing.plaf.windows .* public class MediaPlayer extends JFrame implements ActionListener, Runnable (private JMenuBar bar// menu bar private JMenu fileMenu, choiceMenu, aboutMenu private JMenuItem openItem, openDirItem, closeItem, about, infor private JCheckBoxMenuItem onTop private boolean top = false, loop// set the window in the top private Player player// Play is a Controller Interface realize private File file, listFile// use File Class JFileChooser combine files to open operation, and after the relevant list.ini
Platform: |
Size: 8192 |
Author: benson |
Hits:
Description: java写的一个通讯录的程序。使用的是AWT组件-java to write a list of procedures. Using AWT components
Platform: |
Size: 4096 |
Author: |
Hits:
Description: 基本輸出入,與檔案處理。在Java程式的JFrame視窗使用AWT的List元件和File物件建立瀏覽檔案和資料夾。-Basic input and output, and file handling. JFrame in Java programs List window using AWT components and the File object the establishment of browsing files and folders.
Platform: |
Size: 1024 |
Author: allen |
Hits:
Description: Java的打印API主要存在于java.awt.print包中。而jdk1.4新增的类则主要存在于javax.print包及其相应的子包javax.print.event和javax.print.attribute中。其中javax.print包中主要包含打印服务的相关类-Java printing API mainly in java.awt.print package. The jdk1.4 new class is mainly present in the javax.print package and the corresponding sub-package javax.print.event and javax.print.attribute in. One of the main javax.print package contains classes related to printing services, and print the event javax.print.event contains relevant definitions, javax.print.attribute include printing services, list of available properties and so on.
Platform: |
Size: 10240 |
Author: 哈哈越来越好 |
Hits:
Description: java中下拉链表的编程,很不错的程序 适用于awt设计当中-java drop-down list programming
Platform: |
Size: 2048 |
Author: 军 |
Hits:
Description: 利用Java里边的swing和awt编写的列表框GUI程序-Using Java inside swing and awt GUI program written in a list box
Platform: |
Size: 1024 |
Author: 王昌盛 |
Hits:
Description: 基于java的多客户端通信小程序源码,典型的 C/S 架构,有界面。主要分为两部分,服务器端和客户端。使用 TCP/IP 协议通过 Socket 进行通信。 服务器端主要完成登录验证和消息收发的功能。启动服务器后提供一个网 络端口,等待客户端发出请求,登录到此服务端,然后进行网络通讯和消息的 转发。要实现多客户端之间的通信,则必须构建多线程机制。
客户端主要完成登录验证和消息收发和显示功能,客户端可通过服务器端 的 IP 地址发送连接请求,然后登陆聊天室。成员列表栏中会显示在线的所有 人名单,有人退出聊天室,成员列表会自动除名。客户端需要实现简单的人机 交互,可采用 Java 的 java.swing 和 java.awt API 类实现,Eclipse 提供了 WindowBuilder 插件可以方便的实现可视化布局界面。 -Java-based multi-client communication applet source code, a typical C/S structure, there is the interface. It divided into two parts, the server and the client. Using TCP/IP protocol for communication via Socket. Mainly to complete the login authentication server and messaging features. After starting the server provides a network port, waiting for the client request, log on to the server, and then forwards the network communications and messages. To realize the communication between the multi-client, multi-threading mechanism must be built.
Client is complete login validation and messaging and display capabilities, client connection requests can be sent through the IP address of the server and log in chat rooms. Members list box displays a list of all people online, it was out of chat rooms, list of members will be automatically removed. Clients need to implement a simple human-computer interaction, and may be Java-java.swing java.awt API class implementation, Eclipse provides a plug
Platform: |
Size: 33792 |
Author: 王根胜 |
Hits: