Revision 1754 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.swing/org.gvsig.tools.swing.impl/src/main/java/org/gvsig/tools/swing/impl/dynclass/DefaultJModeler.java

View differences:

DefaultJModeler.java
93 93

  
94 94
    @Override
95 95
    public void showWindow(JComponent component, String tittle, MODE mode) {
96
        this.showWindow(component, tittle, mode, null);
96
        this.showWindow(component, tittle, mode, null, 0);
97 97
    }
98 98

  
99 99
    @Override
100 100
    public void showWindow(JComponent component, String tittle, MODE mode, Image icon) {
101
        this.showWindow(component, tittle, mode, icon, 0);
102
    }
103

  
104
    @Override
105
    public void showWindow(JComponent component, String tittle, MODE mode, Image icon, int flags) {
101 106
        final JInternalFrame frame = new JInternalFrame(tittle, true, true, true, true);
102 107
        frameCount++;
103 108
        frame.setLocation(xOffset * frameCount, yOffset * frameCount);

Also available in: Unified diff