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

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

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

revision 1784 by iliev, Sun Sep 28 20:38:36 2008 UTC revision 1785 by iliev, Tue Oct 7 00:07:14 2008 UTC
# Line 24  package org.jsampler.view.fantasia; Line 24  package org.jsampler.view.fantasia;
24    
25  import java.awt.BorderLayout;  import java.awt.BorderLayout;
26  import java.awt.Dimension;  import java.awt.Dimension;
 import java.awt.Graphics;  
 import java.awt.Insets;  
27    
28  import java.awt.event.ActionEvent;  import java.awt.event.ActionEvent;
29  import java.awt.event.ActionListener;  import java.awt.event.ActionListener;
# Line 35  import java.beans.PropertyChangeListener Line 33  import java.beans.PropertyChangeListener
33    
34  import javax.swing.Action;  import javax.swing.Action;
35  import javax.swing.BorderFactory;  import javax.swing.BorderFactory;
 import javax.swing.Box;  
36  import javax.swing.BoxLayout;  import javax.swing.BoxLayout;
37  import javax.swing.JComboBox;  import javax.swing.JComboBox;
38  import javax.swing.JPanel;  import javax.swing.JPanel;
# Line 50  import org.jsampler.event.OrchestraEvent Line 47  import org.jsampler.event.OrchestraEvent
47  import org.jsampler.event.ListEvent;  import org.jsampler.event.ListEvent;
48  import org.jsampler.event.ListListener;  import org.jsampler.event.ListListener;
49    
50    import org.jsampler.view.fantasia.basic.*;
51  import org.jsampler.view.std.JSManageOrchestrasPane;  import org.jsampler.view.std.JSManageOrchestrasPane;
52  import org.jsampler.view.std.JSOrchestraPane;  import org.jsampler.view.std.JSOrchestraPane;
53    

Legend:
Removed from v.1784  
changed lines
  Added in v.1785

  ViewVC Help
Powered by ViewVC