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
|
Rev | Line | |
---|
[625] | 1 | package net.oni2.aeinstaller.gui.toolmanager;
|
---|
| 2 |
|
---|
| 3 | import javax.swing.JDialog;
|
---|
| 4 |
|
---|
| 5 | /**
|
---|
| 6 | * @author Christian Illy
|
---|
| 7 | */
|
---|
| 8 | public 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.