Forum: Java Mar 19th, 2009 |
| Replies: 1 Views: 939 I need a simple of way of redirecting output from the console to a custom GUI that I have made i.e. Text Area or Text Box. Am looking for a way of making the PrinStream to be attached to my custom... |
Forum: Java May 2nd, 2007 |
| Replies: 5 Views: 956 for(num = 1; num<= 400; num ++)
{
if ((num % 3) == 0);
{
.......showMessageDialog(num);
}
}
or something like that. |
Forum: Java Aug 29th, 2006 |
| Replies: 4 Views: 1,685 Hi Everyone!
I've been wondering what to do this semester for my final year project. Last semester i developed a java chat application, which i thoroughly enjoyed. This semester am clueless on what... |