home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 March / pcp161a.iso / handson / files / copyjava.exe / com / sun / java / swing / JToolBar$Separator.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-02-26  |  855 b   |  27 lines

  1. package com.sun.java.swing;
  2.  
  3. import java.awt.Component;
  4. import java.awt.Dimension;
  5.  
  6. public class JToolBar$Separator extends Component {
  7.    // $FF: synthetic field
  8.    private final JToolBar this$0;
  9.  
  10.    public JToolBar$Separator(JToolBar var1) {
  11.       this.this$0 = var1;
  12.       this.this$0 = var1;
  13.    }
  14.  
  15.    public Dimension getMinimumSize() {
  16.       return new Dimension(10, 5);
  17.    }
  18.  
  19.    public Dimension getMaximumSize() {
  20.       return new Dimension(10, 5);
  21.    }
  22.  
  23.    public Dimension getPreferredSize() {
  24.       return new Dimension(10, 5);
  25.    }
  26. }
  27.