MCPcopy Create free account
hub / github.com/Singular/Singular / startProgressFrame

Method startProgressFrame

Singular/LIB/surfex/surfex.java:1036–1050  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1034 }
1035
1036 public static void startProgressFrame(){
1037// pFrame.setAlwaysOnTop(true);
1038 pFrame.setLocation(100,200);
1039 //Create and set up the content pane.
1040
1041 JComponent newContentPane = progressFrame;;
1042 //newContentPane.setOpaque(true); //content panes must be opaque
1043 pFrame.setContentPane(newContentPane);
1044
1045 //Display the window.
1046 pFrame.pack();
1047 pFrame.setVisible(true);
1048
1049 progressFrame.refresh(5,"starting Surfex...");
1050 }
1051
1052
1053 public static void checkArgsForHelp(String[] args){

Callers 2

useCommandsMethod · 0.95
mainMethod · 0.95

Calls 2

setVisibleMethod · 0.80
refreshMethod · 0.45

Tested by

no test coverage detected