JAVA AWT Layout Manager Border Layout Grid Border Layout amp Panel 3











>> YOUR LINK HERE: ___ http://youtube.com/watch?v=oxpxLNCTqYQ

In this video i am going to teach you how to use Border Layout, Grid Border Layout and AWT GUI Application and also explain the use of Panel • • Download my you tube channel Android application from here- • https://www.dropbox.com/s/stoehcarylm... • How to Create An U IUser Interface Using AWT In Java #1 URL •    • How to Create An U.I(User Interface) ...   • path seting- •    • Javac is not recognized as an interna...   • java doc- •    • how to generate documentation of java...   • How to Create An U.I(User Interface) Using AWT In Java #2 •    • How to Create An U.I(User Interface) ...   • • Connect on Socials:- • Facebook:-   / androjavatech4u   • Twitter:-   / androjavatech4u   • Google Plus:- https://plus.google.com/u/0/+AndroJav... • LinkedIn:-   / androjavatech4u   • Program- • import java.awt.*; • class GuiApp • { • Frame f; • Label l,l1,l2; • TextField tf,tf1,tf2; • Button b,b1; • GuiApp() • { • f=new Frame( GuiApp ); • f.setVisible(true); • f.setSize(260,200); • //f.setResizable(false); • f.setBackground(Color.yellow); • f.setLocation(400,100); • System.out.println(f.getLocation()); • l=new Label( Eneter First No ); • l1=new Label( Eneter Second No ); • l2=new Label( Result:- ); • tf=new TextField(10); • tf1=new TextField(10); • tf2=new TextField(10); • b=new Button( Add ); • b1=new Button( Sub ); • FlowLayout fl=new FlowLayout(); • //FlowLayout fl=new FlowLayout(FlowLayout.RIGHT); • //FlowLayout fl=new FlowLayout(20,20,FlowLayout.RIGHT); • //GridLayout fl=new GridLayout(3,3); • //BorderLayout fl=new BorderLayout(); • f.setLayout(fl); • /* • l.setBackground(Color.pink); • l.setBounds(100,100,90,30); • tf.setBackground(Color.green); • tf.setBounds(200,100,90,30); • l1.setBackground(Color.pink); • l1.setBounds(100,150,120,30); • tf1.setBackground(Color.green); • tf1.setBounds(220,150,90,30); • l2.setBackground(Color.red); • */ • /* • Panel p=new Panel(); • p.add(l); • p.add(tf); • p.setBackground(Color.pink); • f.add(p,BorderLayout.EAST); • Panel p1=new Panel(); • p1.add(l1); • p1.add(tf1); • p1.setBackground(Color.orange); • f.add(p1,BorderLayout.WEST); • Panel p2=new Panel(); • p2.add(l2); • p2.add(tf2); • p2.setBackground(Color.green); • f.add(p2,BorderLayout.NORTH); • Panel p3=new Panel(); • p3.add(b); • p3.add(b1); • p3.setBackground(Color.orange); • f.add(p3,BorderLayout.SOUTH); • */ • /* • f.add(l,BorderLayout.EAST); • f.add(tf,BorderLayout.WEST); • f.add(l1,BorderLayout.NORTH); • f.add(tf1,BorderLayout.SOUTH); • f.add(l2,BorderLayout.CENTER); • f.add(tf2); • f.add(b); • f.add(b1); • */ • f.add(l); • f.add(tf); • f.add(l1); • f.add(tf1); • f.add(l2); • f.add(tf2); • f.add(b); • f.add(b1); • } • public static void main(String ss[]) • { • GuiApp g=new GuiApp(); • } • }

#############################









Content Report
Youtor.org / YTube video Downloader © 2025

created by www.youtor.org