Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-1227947

Frame isn't shown in simple example

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.0
    • 1.0
    • client-libs
    • 1.0beta2
    • sparc
    • solaris_2.4
    • Not verified

      Try this, nothing happens (~avh/classes/Test.java):

      import java.awt.*;

      class Test {
          public static void main(String argv[]) {
              Frame f = new Frame();
              f.reshape(100, 100, 500, 500);
              f.show();
          }
      }

            sshaiosunw Sami Shaio (Inactive)
            ahoffsunw Arthur Hoff (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: