Revision 118 org.gvsig.educa.batovi/trunk/org.gvsig.educa.batovi.app/org.gvsig.educa.batovi.app.skin/src/main/java/org/gvsig/educa/batovi/app/skin/BatoviSkinExtension.java

View differences:

BatoviSkinExtension.java
25 25

  
26 26
/**
27 27
 * Dummy extension required for the plugin config.xml file.
28
 * 
28 29
 * @author DiSiD Technologies
29 30
 * @version $Id$
30 31
 */
......
32 33

  
33 34
    public void initialize() {
34 35
        // Nothing to do
35
        // TODO: add about related to the Batovi project
36 36
    }
37 37

  
38 38
    public void execute(String actionCommand) {
39 39
        // Nothing to do
40 40
    }
41 41

  
42
    @Override
43
    public void postInitialize() {
44
        // TODO: add about related to the Batovi project
45
        // UIManager
46
        // .put("InternalFrame.border", BorderFactory.createEmptyBorder());
47
        //
48
        // UIManager.put("InternalFrame.titlePaneHeight", 1);
49
        super.postInitialize();
50
    }
51

  
42 52
    public boolean isEnabled() {
43
        // Nothing to do
53

  
44 54
        return false;
45 55
    }
46 56

  
47 57
    public boolean isVisible() {
48
        // Nothing to do
58
        // UIManager
59
        // .put("InternalFrame.border", BorderFactory.createEmptyBorder());
60
        //
61
        // UIManager.put("InternalFrame.titlePaneHeight", 1);
49 62
        return false;
50 63
    }
51 64

  

Also available in: Unified diff