Results 1 to 6 of 6
Thread: Border Layout
- 04-21-2008, 11:40 AM #1
Member
- Join Date
- Apr 2008
- Posts
- 15
- Rep Power
- 0
- 04-21-2008, 12:27 PM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
You are talking about two different things. In simple word border layout is swing/awt design technic/mechanism used for GUI design. Applet is a Java program which included in HTML.
-
Yes you can use it. Applet is part of AWT and JApplet is part of Swing.Can i use border layout in an applet??!!"The sole cause of man’s unhappiness is that he does not know how to stay quietly in his room." - Blaise Pascal
- 04-22-2008, 03:20 AM #4
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Write a simple application and see. As I said earlier in an applet you can embedded a Java application:)
- 05-12-2008, 09:46 AM #5
Member
- Join Date
- May 2008
- Posts
- 3
- Rep Power
- 0
Yah, You can use the border layout in an applets.
This is the way to use the border layout in an applets
:)
setLayout(new BorderLayout());
setFont(new Font("Helvetica", Font.PLAIN, 14));
add("North", new Button("North"));
add("South", new Button("South"));
add("East", new Button("East"));
add("West", new Button("West"));
add("Center", new Button("Center"));
- 05-12-2008, 09:48 AM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Hi naiara,
Please used tags, when you want to send some code segments to the forum. It's really easy to read for others, and for you too.
Similar Threads
-
Help with JButton and layout
By adlb1300 in forum AWT / SwingReplies: 1Last Post: 12-25-2007, 08:33 AM -
Layout Managers
By gmioannou in forum AWT / SwingReplies: 1Last Post: 12-24-2007, 04:12 AM -
Help with Grid Layout
By coco in forum AWT / SwingReplies: 1Last Post: 08-06-2007, 08:03 PM -
MiG Layout Manager 2.4
By levent in forum Java SoftwareReplies: 0Last Post: 05-16-2007, 05:11 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks