Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - jmenu
Search - jmenu - List
DL : 0
1首先,有一个好的界面。在一个框架(JFrame)上加菜单(JMenu)、面板(JPanel)。在面板上添加上各个按键。-a First, it is a good interface. In the framework of a (class), plus menu (JMenu), the panel (JPanel). The panel added various keys.
Update : 2008-10-13 Size : 7.91kb Publisher : as

DL : 0
1首先,有一个好的界面。在一个框架(JFrame)上加菜单(JMenu)、面板(JPanel)。在面板上添加上各个按键。-a First, it is a good interface. In the framework of a (class), plus menu (JMenu), the panel (JPanel). The panel added various keys.
Update : 2008-10-13 Size : 14.93kb Publisher : as

DL : 0
1首先,有一个好的界面。在一个框架(JFrame)上加菜单(JMenu)、面板(JPanel)。在面板上添加上各个按键。-a First, it is a good interface. In the framework of a (class), plus menu (JMenu), the panel (JPanel). The panel added various keys.
Update : 2008-10-13 Size : 7.24kb Publisher : as

DL : 0
1首先,有一个好的界面。在一个框架(JFrame)上加菜单(JMenu)、面板(JPanel)。在面板上添加上各个按键。-a First, it is a good interface. In the framework of a (class), plus menu (JMenu), the panel (JPanel). The panel added various keys.
Update : 2008-10-13 Size : 6.93kb Publisher : as

1首先,有一个好的界面。在一个框架(JFrame)上加菜单(JMenu)、面板(JPanel)。在面板上添加上各个按键。-a First, it is a good interface. In the framework of a (class), plus menu (JMenu), the panel (JPanel). The panel added various keys.
Update : 2008-10-13 Size : 13.74kb Publisher : as

1首先,有一个好的界面。在一个框架(JFrame)上加菜单(JMenu)、面板(JPanel)。在面板上添加上各个按键。-a First, it is a good interface. In the framework of a (class), plus menu (JMenu), the panel (JPanel). The panel added various keys.
Update : 2008-10-13 Size : 1.53kb Publisher : as

创建简单的JMenu,以及JMenuItem,在JFrame中-JMenu create simple, and JMenuItem, in which class
Update : 2008-10-13 Size : 1.14kb Publisher : 王武

DL : 0
在视窗式应用程序中菜单的使用是非常普遍的,Javax.swing提供的菜单功能非常强大。建立菜单要使用下面几个类:菜单条JMenuBar,菜单JMenu和菜单项
Update : 2008-10-13 Size : 4.57kb Publisher : ljh

DL : 0
java图像界面开发简单实例 最近学习图形界面开发,先来个JLabel,JFileChooser,JMenu的基本应用
Update : 2008-10-13 Size : 1.28kb Publisher : WANG1

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有关
Update : 2008-10-13 Size : 8.23kb Publisher : benson

创建简单的JMenu,以及JMenuItem,在JFrame中-JMenu create simple, and JMenuItem, in which class
Update : 2025-02-19 Size : 1kb Publisher : 王武

DL : 0
在视窗式应用程序中菜单的使用是非常普遍的,Javax.swing提供的菜单功能非常强大。建立菜单要使用下面几个类:菜单条JMenuBar,菜单JMenu和菜单项-Windows applications in the use of the menu is very common, Javax.swing provided very powerful menu. The establishment of the menu to use the following categories: menu bar JMenuBar, menus and menu items JMenu
Update : 2025-02-19 Size : 4kb Publisher : ljh

DL : 0
java图像界面开发简单实例 最近学习图形界面开发,先来个JLabel,JFileChooser,JMenu的基本应用-java image interface development learning simple example of the recent development of a graphical interface, first to a JLabel, JFileChooser, JMenu the basic application
Update : 2025-02-19 Size : 1kb Publisher : WANG1

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
Update : 2025-02-19 Size : 8kb Publisher : benson

①具有画直线、曲线、矩形、圆、椭圆功能; ②具有图的垂直、水平、按角度旋转功能; ③可为图形配色彩功能; ④具有“橡皮擦”的功能; ⑤能进行图的放大、缩小功能; ⑥可将图形文件保存、打开、重新编辑; ⑦可为图形加文字符号。 -import javax.swing.JMenuBar import javax.swing.JTextArea import javax.swing.JMenu import javax.swing.JMenuItem import javax.swing.JTextArea
Update : 2025-02-19 Size : 63kb Publisher : 李国彬

Rewritten on 11/30/05. In this rewrite, the GUI is virtually the same, but the underlying code has had a major rewrite. In the previous version, there was one table. In this version, we have gone to multiple tables, where a table represents one tool. In addition, we show how to initialize the table during the initial call to the HardwareStore constructor.Updated 12/01/04 to loop on adds/updates/deletes. You can turn debug on/off from the menu bar. Send me an email if you have any problems with this example at ronholland@sumtotalz.com. This application shows the use of 1- RandomAccessFile processing 2- JMenu 3- JTable 4- Event processing 5- etc. This is written between the intermediate and advanced programmer levels. A tutorial and Src are included to show you how to build the example.
Update : 2025-02-19 Size : 41kb Publisher : 胡添竹

DL : 0
一个简单的演示JMenuBar/JMenu/JMenuItem的例子,让你熟练Java的基本控件使用-A simple demonstration JMenuBar/JMenu/JMenuItem example, allows you to use familiar Java' s basic control
Update : 2025-02-19 Size : 1kb Publisher : 吴贵洪

本程序通过调用JAVA提供的BasicStroke;Button; Color Container Graphics Panel ButtonGroup JFrame JComboBox;JCheckBox;JMenu;JMenuItem;ImageIcon;JPanel UIManager等基本类进行了简单的界面设计。 程序运用了JAVA中类的继承特性实现了对父类方法的调用,运用了ButtonHandler类用来侦听基本按钮的操作;运用ButtonHandler1类侦听颜色选择,画笔粗细设置、文字输入按钮的操作。鼠标事件mouseA类继承了MouseAdapter类,用来完成鼠标的相应事件操作;鼠标事件mouseB类继承了MouseMotionAdapter类,用来完成鼠标拖动和鼠标移动时的相应操作。 -This procedure provided by calling JAVA BasicStroke Button Color Container Graphics Panel ButtonGroup JFrame JComboBox JCheckBox JMenu JMenuItem ImageIcon JPanel UIManager basic class a simple interface design. Procedures using the JAVA classes inherit properties of the parent class method implements a call, use the ButtonHandler basic button class to listen for the operation use ButtonHandler1 class listening colors, pen thickness settings, text input button operation. Mouse event mouseA class inherits MouseAdapter class, corresponding to the completion of the mouse event operations mouse event mouseB class inherits MouseMotionAdapter class, used to complete the mouse to drag and move the mouse the corresponding operation.
Update : 2025-02-19 Size : 61kb Publisher : 远远

JMenu,一些Swing应用实例Java源码包-JMenu, a number of examples of Java Swing application source package
Update : 2025-02-19 Size : 8kb Publisher : 陈东

DL : 0
Jquery plugin : jMenu : using when user clicks on object with id or css-class. Options with group-menu too. Try confident
Update : 2025-02-19 Size : 2kb Publisher : luong
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.