| | |
layout textarea
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Aug 2007
Posts: 14
Reputation:
Solved Threads: 0
ok,
i wanna ask about layouting 2 textareas..
i have 2 text areas, the problem is i want to put 1 in the top 1 and the second 1 in the bottom, but i want to set the height of the top textarea become 2/3 of the window while the bottom textarea height is 1/3 of the window..
can any1 help me??
i am making something like MSN Messenger Layout..
P.S:content is the container
i can put the bottom textarea there but it is way to small
Thanks.
i wanna ask about layouting 2 textareas..
i have 2 text areas, the problem is i want to put 1 in the top 1 and the second 1 in the bottom, but i want to set the height of the top textarea become 2/3 of the window while the bottom textarea height is 1/3 of the window..
can any1 help me??
i am making something like MSN Messenger Layout..
Java Syntax (Toggle Plain Text)
content.add(menubar,BorderLayout.NORTH); content.add(new JScrollPane(TArea1)); content.add(new JScrollPane(TArea2),BorderLayout.SOUTH);
i can put the bottom textarea there but it is way to small
Thanks.
Last edited by w32.sysfile; Aug 23rd, 2007 at 8:06 am.
The GridBagLayout would accomplish this very easily.
http://java.sun.com/docs/books/tutor...t/gridbag.html
http://java.sun.com/docs/books/tutor...t/gridbag.html
•
•
Join Date: Aug 2007
Posts: 14
Reputation:
Solved Threads: 0
•
•
•
•
The GridBagLayout would accomplish this very easily.
http://java.sun.com/docs/books/tutor...t/gridbag.html
![]() |
Similar Threads
- Layout Tables to CSS (HTML and CSS)
- Layout in CSS (HTML and CSS)
- The New Layout (Website Reviews)
- Redesigned Forum layout (DaniWeb Community Feedback)
Other Threads in the Java Forum
- Previous Thread: Looking for another project
- Next Thread: Changing the icons of JButtons
| Thread Tools | Search this Thread |
android api applet application array arrays automation awt bidirectional binary birt bluetooth businessintelligence busy_handler(null) chat class classes client code columns component constructor database designadrawingapplicationusingjavajslider draw eclipse editor error errors event eventlistener exception expand fractal game givemetehcodez graphics gui guidancer html ide image inetaddress input integer intellij j2me java javafx javamicroeditionuseofmotionsensor javaprojects jme jni jpanel jtree julia linux list loop map method methods mobile mobiledevelopmentcreatejar myaggfun netbeans newbie oracle parsing plazmic print problem program programming project recursion scanner screen server set sharepoint size smart sms smsspam sort sortedmaps sql string subclass support swing textfield threads time tree unlimited utility webservices windows






