Results 1 to 9 of 9
Thread: Help me create this GUI please
- 04-25-2012, 12:59 AM #1
Member
- Join Date
- Apr 2012
- Posts
- 41
- Rep Power
- 0
- 04-25-2012, 01:49 AM #2
Re: Help me create this GUI please
Have you looked at the tutorials about layouts? Here's a link:
A Visual Guide to Layout Managers (The Java™ Tutorials > Creating a GUI With JFC/Swing > Laying Out Components Within a Container)If you don't understand my response, don't ignore it, ask a question.
-
Re: Help me create this GUI please
What have you tried? Where specifically are you stuck? What specific questions do you have?
- 04-25-2012, 03:58 AM #4
Member
- Join Date
- Apr 2012
- Posts
- 41
- Rep Power
- 0
Re: Help me create this GUI please
yes I did what I am having problem with is the vertical bar and text. How can I create vertical bars and texts?
- 04-25-2012, 07:54 AM #5
Re: Help me create this GUI please
Use a layout that allows you to stack JLabels vertically. Nest those containers in a layout that places them side by side, horizontally.
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 04-25-2012, 07:55 AM #6
Re: Help me create this GUI please
Moved from New to Java
dbWhy do they call it rush hour when nothing moves? - Robin Williams
- 04-25-2012, 05:43 PM #7
Member
- Join Date
- Apr 2012
- Posts
- 41
- Rep Power
- 0
Re: Help me create this GUI please
I tried with textfield but disabling the edit option but I couldnt show the text vertically. Havent tried JLabel. But I am assuming I will have the same problem with showing the text vertically.
- 04-25-2012, 05:50 PM #8
Re: Help me create this GUI please
Use the new line char: \n to put each character on the next line.
If you don't understand my response, don't ignore it, ask a question.
- 04-26-2012, 05:32 PM #9
Member
- Join Date
- Apr 2012
- Posts
- 41
- Rep Power
- 0
Similar Threads
-
How to create a JFrame window and create a circle.
By tehsumo in forum AWT / SwingReplies: 3Last Post: 02-27-2012, 04:06 PM -
create id
By daisy in forum JDBCReplies: 15Last Post: 03-16-2011, 09:34 AM -
jsp to create xml
By mcajavaprogramer in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 08-05-2010, 12:22 PM -
How to create the Jvm using JDK?
By Sungron in forum New To JavaReplies: 4Last Post: 02-01-2010, 10:50 AM -
Create XML From XSD
By Jack in forum XMLReplies: 1Last Post: 07-09-2007, 12:56 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks