Click here to Skip to main content
15,921,941 members
Home / Discussions / Java
   

Java

 
GeneralHello, I am a Chinese programmer Pin
Dxssi15-Sep-10 5:26
Dxssi15-Sep-10 5:26 
GeneralRe: Hello, I am a Chinese programmer Pin
Nagy Vilmos15-Sep-10 5:35
professionalNagy Vilmos15-Sep-10 5:35 
QuestionJava GUI Pin
Dirk Higbee13-Sep-10 10:24
Dirk Higbee13-Sep-10 10:24 
AnswerRe: Java GUI Pin
Cedric Moonen13-Sep-10 20:21
Cedric Moonen13-Sep-10 20:21 
GeneralRe: Java GUI Pin
Dirk Higbee14-Sep-10 6:38
Dirk Higbee14-Sep-10 6:38 
AnswerRe: Java GUI Pin
Richard MacCutchan13-Sep-10 21:45
mveRichard MacCutchan13-Sep-10 21:45 
GeneralRe: Java GUI Pin
Dirk Higbee14-Sep-10 6:43
Dirk Higbee14-Sep-10 6:43 
GeneralRe: Java GUI Pin
David Skelly14-Sep-10 22:51
David Skelly14-Sep-10 22:51 
Richard MacCutchan wrote:
Whatever methods you decide to implement you will have no choice but to rewrite the code when it comes to displaying your data in a GUI window as opposed to using System.out.


Not entirely true. You can redirect System.out to an OutputStream and then feed that output to a Swing component like a JTextArea. This trick is used in IDEs like NetBeans and Eclipse, both of which show the console output in a panel in the IDE.

You can do something similar with System.in although that is a little more involved.
GeneralRe: Java GUI Pin
Richard MacCutchan14-Sep-10 23:10
mveRichard MacCutchan14-Sep-10 23:10 
GeneralRe: Java GUI Pin
David Skelly15-Sep-10 1:41
David Skelly15-Sep-10 1:41 
GeneralRe: Java GUI Pin
Richard MacCutchan15-Sep-10 2:47
mveRichard MacCutchan15-Sep-10 2:47 
QuestionAsk barcode reader, QR code reader Pin
HarsonoBob13-Sep-10 5:04
HarsonoBob13-Sep-10 5:04 
AnswerRe: Ask barcode reader, QR code reader Pin
Richard MacCutchan13-Sep-10 7:42
mveRichard MacCutchan13-Sep-10 7:42 
QuestionHow to use "chartdirector" as a portlet of Liferay? Pin
nicholasng12-Sep-10 15:40
nicholasng12-Sep-10 15:40 
AnswerRe-repost re-warning! Pin
Peter_in_278012-Sep-10 16:23
professionalPeter_in_278012-Sep-10 16:23 
QuestionProblem with conditional assignment Pin
Nagy Vilmos9-Sep-10 23:43
professionalNagy Vilmos9-Sep-10 23:43 
AnswerRe: Problem with conditional assignment Pin
Luc Pattyn10-Sep-10 2:11
sitebuilderLuc Pattyn10-Sep-10 2:11 
GeneralRe: Problem with conditional assignment Pin
Nagy Vilmos10-Sep-10 3:06
professionalNagy Vilmos10-Sep-10 3:06 
GeneralRe: Problem with conditional assignment Pin
Luc Pattyn10-Sep-10 3:11
sitebuilderLuc Pattyn10-Sep-10 3:11 
GeneralRe: Problem with conditional assignment Pin
Nagy Vilmos10-Sep-10 4:59
professionalNagy Vilmos10-Sep-10 4:59 
GeneralRe: Problem with conditional assignment Pin
Luc Pattyn10-Sep-10 5:15
sitebuilderLuc Pattyn10-Sep-10 5:15 
QuestionDoes anyone know a good tutorial of how to configuare RichFaces on Eclipse ? Pin
Paul Guralivu9-Sep-10 23:13
Paul Guralivu9-Sep-10 23:13 
QuestionAaarrrhhh! What is it with Glassfish? Pin
Nagy Vilmos7-Sep-10 9:38
professionalNagy Vilmos7-Sep-10 9:38 
Questionlearning advanced java programming Pin
bigifab7-Sep-10 3:28
bigifab7-Sep-10 3:28 
AnswerRe: learning advanced java programming Pin
Richard MacCutchan7-Sep-10 4:41
mveRichard MacCutchan7-Sep-10 4:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.