Frame isn't shown in simple example

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 1.0
    • Affects Version/s: 1.0
    • Component/s: 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();
          }
      }

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: