class Label does not correctly set it's background colour if the

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.1
    • Component/s: client-libs
    • None
    • x86
    • windows_95



      Name: mc57594 Date: 01/20/97


      import java.awt.*;
      public class Test extends Frame{
      Test(){
      setSize(100,100); setBackground(new Color(100,100,200));
      setLayout(new FlowLayout());
      add(new Label("A Label"));add(new Checkbox("A Checkbox"));
      setVisible(true);
         }
         public static void main(String args[]){new Test();}
      }
      ======================================================================

            Assignee:
            Creighton Chong (Inactive)
            Reporter:
            Mark Chamness (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: