(String command)
| 165 | }; |
| 166 | |
| 167 | public void action(String command) { |
| 168 | if (command == "OK") { |
| 169 | setVisible(false); |
| 170 | } |
| 171 | if (command == "povPathButton") { |
| 172 | filechooser("POV", ".exe"); |
| 173 | } |
| 174 | if (command == "surfPathButton") { |
| 175 | filechooser("surf", ".exe"); |
| 176 | } |
| 177 | if (command == "impsurfPathButton") { |
| 178 | filechooser("impsurf", ".exe"); |
| 179 | } |
| 180 | if (command == "iviewPathButton") { |
| 181 | filechooser("iview", ".exe"); |
| 182 | } |
| 183 | if (command == "serverPath") { |
| 184 | //filechooser("iview", ".exe"); |
| 185 | } |
| 186 | //serverPath |
| 187 | /* |
| 188 | if(command == "Default"){ |
| 189 | |
| 190 | } */ |
| 191 | } |
| 192 | |
| 193 | ConfigFrame(String pPath, String sPath, String imPath, String ivPath, |
| 194 | int iConst, String svPath, UpdateRayframeImmediatlyThread uT, |
no test coverage detected