Page 3 :
Marks Obtained, Process Related(35), , Product Related(15), , Dated Signature Of, Teacher, Total(50), , PRACTICAL 2: WRITE A PROGRAM TO DESIGN A FORM USING, THE COMPONENTS LIST AND CHOICE., import java.awt.*;, public class ChoiceDemo, {, public static void main(String args[]), {, Frame f = new Frame();, f.setSize(400,400);, f.setVisible(true);, f.setLayout(new FlowLayout());, Choice c = new Choice();, c.add("Maths");, c.add("Physics");, c.add("Chemistry");, f.add(c);, List l = new List();, l.setMultipleSelections(true);, l.add("Maths");, l.add("Physics");, l.add("Chemistry");, f.add(l);, }, }
Page 4 :
Output:, , Conclusion: Hence We Have Designed A Form Using The Components List And Choice., ., Marks Obtained, Process Related(35), , Product Related(15), , Dated Signature Of, Teacher, Total(50)
Page 7 :
else{ t.setText(str1.concat(str));, str1=t.getText();, }, }, }, Output:, , Conclusion: Hence We Have To Designed Simple Calculator With The Use Of Gridlayout, Marks Obtained, Process Related(35), , Product Related(15), , Dated Signature Of, Teacher, Total(50)
Page 9 :
Conclusion: Hence We Have Created A Two-Level Card Deck That Allows The User To Select, Component Of Panel Using Cardlayout, Marks Obtained, Process Related(35), , Product Related(15), , Dated Signature Of, Teacher, Total(50), , PRACTICAL 5: WRITE A PROGRAM USING AWT TO CREATE A, MENU BAR WHERE MENUBAR CONTAINS MENU ITEMS SUCH, AS FILE, EDIT, VIEW AND CREATE A SUBMENU UNDER THE, FILE MENU: NEW AND OPEN, import java.awt.*;, class MenubarDemo extends Frame, {, MenubarDemo(), {, setSize(500,500);, setVisible(true);
Page 11 :
Conclusion: Hence we have developed Program Using Awt To Create A Menu Bar Where, Menubar Contains Menu Items Such As File, Edit, View And Create A Submenu Under The File, Menu: New And Open, Marks Obtained, Process Related(35), , Product Related(15), , Dated Signature Of, Teacher, Total(50)
Page 13 :
}, }, Output:, , Conclusion: Hence we have developed Program Using Swing To Display A Scrollpane And, Jcombobox In An Japplet With The Items - English, Marathi, Hindi, Sanskrit., Marks Obtained, Process Related(35), , Product Related(15), , Dated Signature Of, Teacher, Total(50), , PRACTICAL 7: WRITE A PROGRAM TO CREATE A JTREE.
Page 15 :
Conclusion: Hence we have developed A Program To Create A Jtree., Marks Obtained, Process Related(35), , Product Related(15), , Dated Signature Of, Teacher, Total(50)