/[svn]/jsampler/trunk/src/org/jsampler/view/fantasia/FantasiaUtils.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/fantasia/FantasiaUtils.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1444 by iliev, Sat Sep 22 17:27:06 2007 UTC revision 1445 by iliev, Mon Oct 15 20:55:33 2007 UTC
# Line 42  import org.jvnet.substance.combo.Substan Line 42  import org.jvnet.substance.combo.Substan
42   */   */
43  public class FantasiaUtils {  public class FantasiaUtils {
44                    
45          /** Forbitsh the instantiation of the class */          /** Forbits the instantiation of the class */
46          private          private
47          FantasiaUtils() { }          FantasiaUtils() { }
48                    
49            public static JComboBox
50            createEnhancedComboBox() {
51                    return new JComboBox();
52            }
53            
54          public static JSInstrumentChooser          public static JSInstrumentChooser
55          createInstrumentChooser(Frame owner) {          createInstrumentChooser(Frame owner) {
56                  return new InstrumentChooser(owner);                  return new InstrumentChooser(owner);
# Line 55  public class FantasiaUtils { Line 60  public class FantasiaUtils {
60                  InstrumentChooser(Frame owner) {                  InstrumentChooser(Frame owner) {
61                          super(owner);                          super(owner);
62                  }                  }
63                    
64                    protected JComboBox
65                    createComboBox() { return createEnhancedComboBox(); }
66          }          }
67  }  }
   

Legend:
Removed from v.1444  
changed lines
  Added in v.1445

  ViewVC Help
Powered by ViewVC