/[fenfire]/fenfire/org/fenfire/loom/Loom.java
ViewVC logotype

Diff of /fenfire/org/fenfire/loom/Loom.java

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

revision 1.33 by benja, Thu Mar 13 17:41:36 2003 UTC revision 1.34 by benja, Thu Mar 13 18:58:36 2003 UTC
# Line 125  public class Loom { Line 125  public class Loom {
125              byURI.addActionListener(new ActionListener() {              byURI.addActionListener(new ActionListener() {
126                      public void actionPerformed(ActionEvent _) {                      public void actionPerformed(ActionEvent _) {
127                          showClassBy.remove(cls);                          showClassBy.remove(cls);
128                            AbstractUpdateManager.chg();
129                      }                      }
130                  });                  });
131              MenuItem sep = new MenuItem("-"); menu.add(sep);              MenuItem sep = new MenuItem("-"); menu.add(sep);
# Line 481  public class Loom { Line 482  public class Loom {
482                      Screen scr = new Screen(api.createWindow(), b, s);                      Screen scr = new Screen(api.createWindow(), b, s);
483                      frame = ((gzz.client.awt.FrameScreen)scr.window)                      frame = ((gzz.client.awt.FrameScreen)scr.window)
484                          .getFrame();                          .getFrame();
485                        frame.setTitle("Fenfire Loom");
486    
487                      goTo = new Dialog(frame, "Go to URI");                      goTo = new Dialog(frame, "Go to URI");
488                      Panel goToP = new Panel(); goTo.add(goToP);                      Panel goToP = new Panel(); goTo.add(goToP);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26