Results 1 to 2 of 2
Thread: Help with windows in java
- 07-22-2007, 10:07 PM #1
Member
- Join Date
- Jul 2007
- Posts
- 40
- Rep Power
- 0
Help with windows in java
Is there a way in java to clear the test on the little black box that is the default windows?
Also I know that you use to be able to do this somewhere but it allowed you to cut that window in have horizontally so that you can display stuff on the top and have the input information at the bottom.
This used to be for chat programs so that when your typing in it wouldn't mess it up when it outputs something.
Here is a small Diagram just for anyone who doesn't understand.
ThanksJava Code:+-----------------+ |-----------------| |-----------------| |Output Window----| +-----------------+ |Input Window-----| +-----------------+
- 08-07-2007, 06:22 AM #2
Member
- Join Date
- Jul 2007
- Posts
- 40
- Rep Power
- 0
If you want a real window, like Windows-type window / GUI, you have to make one with Swing, or the like. You split it up then as you want.
The command-line won't quite work for that.
Greetings.
Similar Threads
-
Moments with Windows
By tim in forum EntertainmentReplies: 13Last Post: 11-10-2009, 12:34 PM -
how to run java app on windows in a cron like on unix
By rockie12 in forum Advanced JavaReplies: 7Last Post: 05-23-2008, 01:39 PM -
Java Application Interface similar with Windows Themes
By Heracles Choe in forum AWT / SwingReplies: 9Last Post: 05-02-2008, 03:47 AM -
How do I update a WINDOWS user env variable from my java code ?
By gavman99 in forum Advanced JavaReplies: 0Last Post: 02-06-2008, 02:07 PM -
swt for windows
By Gajesh Tripathi in forum SWT / JFaceReplies: 2Last Post: 10-18-2007, 06:43 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks