Revision 30580 branches/v2_0_0_prep/applications/appGazetteer/src/org/gvsig/gazetteer/GazetteerAP.java

View differences:

GazetteerAP.java
43 43
import javax.swing.UIManager;
44 44
import javax.swing.UnsupportedLookAndFeelException;
45 45

  
46
import org.gvsig.gazetteer.impl.DefaultGazetteerLibrary;
47 46
import org.gvsig.gazetteer.ui.serverconnect.ServerConnectDialog;
47
import org.gvsig.tools.library.impl.DefaultLibrariesInitializer;
48 48

  
49 49

  
50 50
/**
......
62 62
 * @param args 
63 63
 */
64 64
    public static void main(String[] args) {        
65
        DefaultGazetteerLibrary library = new DefaultGazetteerLibrary();
66
        library.initialize();
67
        library.postInitialize();
68
        
65
    	new DefaultLibrariesInitializer().fullInitialize();
66
    	
67
//        DefaultGazetteerLibrary library = new DefaultGazetteerLibrary();
68
//        library.initialize();
69
//        library.postInitialize();
70
//        
69 71
        //Get the currently installed look and feel
70 72
        UIManager.getLookAndFeel();
71 73
        // Install a different look and feel; specifically, the Windows look and feel

Also available in: Unified diff