import java.applet.*;
import java.awt.*;
public class BorderButtons extends Applet {
public void init() {
this.setLayout(new BorderLayout(20, 10));
this.add(new Button(“North”), BorderLayout.NORTH);
this.add(new Button(“South”), BorderLayout.SOUTH);
this.add(new Button(“Center”), BorderLayout.CENTER);
this.add(new Button(“East”), BorderLayout.EAST);
this.add(new Button(“West”), BorderLayout.WEST);
}
}
Home      |      About Us      |     Portfolio      |      Services      |      Courses      |     Career      |      Cost      |      Contact Us
Services
  SEO   
  Link Building
  Data Entry
  Web Design and development
  Web Application development
 

Graphic and multimedia

  E-Commerce Solutions
  Software development
  Web Marketing & Promoting
  Internet Marketing
  IT Outsourcing
  Multimedia/CD Presentation
  Synopsis Ideas
  Project Ideas
  Placement Papers
  Live Project Training
  Programming & Projects
  Faq
  Training @balujalabs
 
 
Method
 

To demonstrate border layout view.

 

 

 

 

 

 

 

 

 

                                                                                                                                          

1
2 To demonstrate border layout view.
3 Add checkbox, Textbox object in grid layout view.
4 To demonstrate Grid Bag Layout View
5 To produce a calculator applet using only a grid layout and nested panels.
6 To demonstrate manual layout.
7 To put up a window, that can be moved and resized. The window has a single text area component.
8 To display a simple non model dialog with an ok button and title box.
9 Centering a frame on the screen.
10 The applet to put the text of each member item selected to put the text field.