source: AE/installer2/src/net/oni2/aeinstaller/gui/toolmanager/ToolManager.java@ 625

Last change on this file since 625 was 625, checked in by alloc, 12 years ago

AEI2 0.85:

  • Added intro/outro copy and settings
  • Added tool manager dialog (empty for now)
  • AEI uses jar-path as working location again. Only uses workingdirectory if run with -debug now
File size: 231 bytes
Line 
1package net.oni2.aeinstaller.gui.toolmanager;
2
3import javax.swing.JDialog;
4
5/**
6 * @author Christian Illy
7 */
8public class ToolManager extends JDialog {
9 private static final long serialVersionUID = 343221630538866384L;
10
11 //TODO
12}
Note: See TracBrowser for help on using the repository browser.