Revision 738 trunk/frameworks/_fwAndami/src/com/iver/andami/ui/SplashWindow.java

View differences:

SplashWindow.java
18 18
 */
19 19
public class SplashWindow extends JWindow  {
20 20
    /** DOCUMENT ME! */
21
    private JProgressBar pb;
22
    private JLabel lblStatus;
21
    private static JProgressBar pb;
22
    private static JLabel lblStatus;
23 23

  
24 24
    /**
25 25
     * Creates a new SplashWindow object.
......
59 59
    /**
60 60
     * @see com.iver.mdiApp.ui.AppLoadingListener#process(int)
61 61
     */
62
    public void process(int p, String str) {
62
    public static void process(int p, String str) {
63 63
        
64 64
        lblStatus.setText(str);
65 65
        // System.out.println("Porcentaje :" + p);

Also available in: Unified diff