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

  1. package com.sun.java.swing;
  2.  
  3. class ProgressMonitor$ProgressOptionPane extends JOptionPane {
  4.    ProgressMonitor$ProgressOptionPane(Object var1) {
  5.       super(var1, 1, 2, (Icon)null, (Object[])null, (Object)null);
  6.    }
  7.  
  8.    public int getMaxCharactersPerLineCount() {
  9.       return 60;
  10.    }
  11. }
  12.