Location:
Search - jmenu
Search list
Description: 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.
Platform: |
Size: 8096 |
Author: as |
Hits:
Description: 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.
Platform: |
Size: 15289 |
Author: as |
Hits:
Description: 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.
Platform: |
Size: 7414 |
Author: as |
Hits:
Description: 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.
Platform: |
Size: 7100 |
Author: as |
Hits:
Description: 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.
Platform: |
Size: 14074 |
Author: as |
Hits:
Description: 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.
Platform: |
Size: 1562 |
Author: as |
Hits:
Description: 创建简单的JMenu,以及JMenuItem,在JFrame中-JMenu create simple, and JMenuItem, in which class
Platform: |
Size: 1169 |
Author: 王武 |
Hits:
Description: 在视窗式应用程序中菜单的使用是非常普遍的,Javax.swing提供的菜单功能非常强大。建立菜单要使用下面几个类:菜单条JMenuBar,菜单JMenu和菜单项
Platform: |
Size: 4682 |
Author: ljh |
Hits:
Description: java图像界面开发简单实例
最近学习图形界面开发,先来个JLabel,JFileChooser,JMenu的基本应用
Platform: |
Size: 1308 |
Author: WANG1 |
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: 创建简单的JMenu,以及JMenuItem,在JFrame中-JMenu create simple, and JMenuItem, in which class
Platform: |
Size: 1024 |
Author: 王武 |
Hits:
Description: 在视窗式应用程序中菜单的使用是非常普遍的,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
Platform: |
Size: 4096 |
Author: ljh |
Hits:
Description: 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
Platform: |
Size: 1024 |
Author: WANG1 |
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: ①具有画直线、曲线、矩形、圆、椭圆功能;
②具有图的垂直、水平、按角度旋转功能;
③可为图形配色彩功能;
④具有“橡皮擦”的功能;
⑤能进行图的放大、缩小功能;
⑥可将图形文件保存、打开、重新编辑;
⑦可为图形加文字符号。
-import javax.swing.JMenuBar
import javax.swing.JTextArea
import javax.swing.JMenu
import javax.swing.JMenuItem
import javax.swing.JTextArea
Platform: |
Size: 64512 |
Author: 李国彬 |
Hits:
Description: 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.
Platform: |
Size: 41984 |
Author: 胡添竹 |
Hits:
Description: 一个简单的演示JMenuBar/JMenu/JMenuItem的例子,让你熟练Java的基本控件使用-A simple demonstration JMenuBar/JMenu/JMenuItem example, allows you to use familiar Java' s basic control
Platform: |
Size: 1024 |
Author: 吴贵洪 |
Hits:
Description: 本程序通过调用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.
Platform: |
Size: 62464 |
Author: 远远 |
Hits:
Description: JMenu,一些Swing应用实例Java源码包-JMenu, a number of examples of Java Swing application source package
Platform: |
Size: 8192 |
Author: 陈东 |
Hits:
Description: Jquery plugin :
jMenu : using when user clicks on object with id or css-class. Options with group-menu too.
Try confident
Platform: |
Size: 2048 |
Author: luong |
Hits: