Java for swing part -I

8
Using swing in java Java swing program Collection for you part-I By Agrata shukla

Transcript of Java for swing part -I

Page 1: Java for swing part -I

Using swing in javaJava swing programCollection for you

part-I

By Agrata shukla

Page 2: Java for swing part -I

Jslider A component that lets the user

graphically select a value by sliding a knob within a bounded interval. The knob is always positioned at the points that match integer values within the specified interval.

http://goo.gl/u2PKrVSee here program

Page 3: Java for swing part -I

JMenuBar An implementation of a menu bar. You

add JMenu objects to the menu bar to construct a menu. When the user selects a JMenu object, its associated JPopupMenu is displayed, allowing the user to select one of the JMenuItems on it. See program here

http://goo.gl/F4uiIO

Page 4: Java for swing part -I

ImageButton Image button is a button having image or

both image and text see demo here http://goo.gl/3q79hF

Page 5: Java for swing part -I

JLabel A display area for a short text string or an

image, or both. A label does not react to input events.see demo here

http://goo.gl/bMtva3

Page 6: Java for swing part -I

Enable-disable button There are two buttons.One is enable

taking event other is disable not taking event

http://goo.gl/4rchKx

Page 7: Java for swing part -I

Ask questions [email protected]

Or post on groupshttps://groups.google.com/d/forum

Page 8: Java for swing part -I