Search:

Type: Posts; User: Norm

Search: Search took 0.22 seconds.

  1. Re: Multiple System.out.println lines to Dialog box.

    When building the String to be displayed in the dialog, the if statements can be used to control what text is added to the String that is being built:

    String theText = "First part";
    if(wantThisP)...
  2. Re: Multiple System.out.println lines to Dialog box.

    Are you asking how to write some lines of code in a method in a class that extents the JDialog class?
    Otherwise can you explain and post some code showing what you are trying to do.
Results 1 to 2 of 2