windowbuilder

Make splash screen with progress bar like Eclipse

好久不见. 提交于 2019-11-26 10:02:15
问题 My main class loads configuration from a file then shows a frame. I want to make a splash screen with a progress bar like Eclipse so that the progress will increase while the file is being loaded and the splash disappears after the file is loaded. Then my main frame gets loaded. MainClass code: public static void main(String[] args) { ApplicationContext context = new ClassPathXmlApplicationContext( \"classpath:/META-INF/spring/applicationContext.xml\"); // splash with progress load till this