Ticket #405 (closed task: fixed)
Opened 2011-03-29T15:39:31-05:00
Last modified 2011-03-31T16:42:21-05:00
Make available a list of known issues
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | critical | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
Create a text file that can contain a list of known issues. When IJ2 started up display this list in a welcome dialog. JOptionPane alternatives may be fine for now. Add that to SwingUI.java.
As part of this ticket try many things in IJ2 and document what is broken in the knownIssues.txt file.
Change History
comment:1 Changed 2011-03-29T15:44:18-05:00 by bdezonia
comment:3 Changed 2011-03-31T16:42:21-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Put code in place to read the README.txt file that lives in the application's root directory into a TextArea.
Edited README.txt to list commands that are working.
One thing to note - memory use hardcoded to 512mb already.