Results 1 to 5 of 5
- 10-11-2009, 01:12 PM #1
How can I implement this in Full-Screen Exclusive Mode
Hi bro, now I am using a Java Tutorial Software and it has a nice interface. This is the screen-shot of that software :
(Because I don't have enough posts to post an image (20 is required), so I attach it)
The question that I am wondering is that how can I paint text on a JFrame like in the above screen-shot. I have 2 ideas, but I think it's not the best and I am not sure if we can implement it :
1. We can store that contents in a text file and display it in a JTextArea
2. Instead of storing the contents in a text file, we store them in an image file and display it in a frame.
Please give me some idea, if is there any better solution for this.
Thanks so much! :(
- 10-11-2009, 09:07 PM #2
can someone please help me :(. I really need an advice
- 10-13-2009, 12:46 PM #3
Member
- Join Date
- Jun 2008
- Posts
- 56
- Rep Power
- 0
- 10-13-2009, 01:02 PM #4
hi devunion!
I know how to write a program to run in Full-Screen Exclusive Mode. My only problem is that how can I paint text like in the attached image on a JFrame. Do you have any idea?
Thanks for reply!Write a program to achieve anything you want in your life!
- 10-13-2009, 02:10 PM #5
Member
- Join Date
- Jun 2008
- Posts
- 56
- Rep Power
- 0
You can combine this layout from standard Swing components with custom paintComponent() method.
Try Controls4J - Advanced Swing Components.
Similar Threads
-
Full-Screen Window is not supporting KeyListener
By AnOdeToCode in forum Java 2DReplies: 1Last Post: 02-13-2009, 08:08 PM -
Open a shell maximized (full screen)
By Java Tip in forum SWTReplies: 0Last Post: 07-25-2008, 02:27 PM -
Full screen test
By Java Tip in forum java.awtReplies: 0Last Post: 06-23-2008, 11:24 PM -
how to set full screen dimensions
By valery in forum New To JavaReplies: 1Last Post: 08-03-2007, 06:08 PM -
Full screen
By Jack in forum Advanced JavaReplies: 2Last Post: 07-02-2007, 05:49 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks