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

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.1
    • 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();}
      }
      ======================================================================

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: