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

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

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

revision 1742 by iliev, Thu Feb 14 16:52:36 2008 UTC revision 1743 by iliev, Sat May 31 23:04:01 2008 UTC
# Line 105  public class ChannelsBar extends PixmapP Line 105  public class ChannelsBar extends PixmapP
105                  PixmapPane p = new PixmapPane(Res.gfxTextField);                  PixmapPane p = new PixmapPane(Res.gfxTextField);
106                  p.setLayout(new BoxLayout(p, BoxLayout.X_AXIS));                  p.setLayout(new BoxLayout(p, BoxLayout.X_AXIS));
107                  p.setPixmapInsets(new Insets(5, 5, 4, 5));                  p.setPixmapInsets(new Insets(5, 5, 4, 5));
108                  p.setBorder(BorderFactory.createEmptyBorder(1, 8, 1, 5));                  p.setBorder(BorderFactory.createEmptyBorder(4, 8, 4, 5));
109                                    
110                  lStreams.setFont(Res.fontScreenMono);                  lStreams.setFont(Res.fontScreenMono);
111                  lStreams.setHorizontalAlignment(JLabel.RIGHT);                  lStreams.setHorizontalAlignment(JLabel.RIGHT);

Legend:
Removed from v.1742  
changed lines
  Added in v.1743

  ViewVC Help
Powered by ViewVC