summaryrefslogtreecommitdiff
path: root/micropeak/MicroRaw.java
Commit message (Collapse)AuthorAge
* Add version numbers to java librariesKeith Packard2013-01-29
| | | | | | | Make our private java library names include a version number so we can ship and install multiple versions at the same time. Signed-off-by: Keith Packard <keithp@keithp.com>
* Change AltosLib to altoslibKeith Packard2013-01-29
| | | | | | Follow Java conventions Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Move raw view caret to top. Make raw text uneditableKeith Packard2013-01-05
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Use data.export for Raw display. Change to MPHKeith Packard2013-01-03
| | | | | | | data.export already knows how to format stuff, so use that to construct the raw data presentation for the GUI too. Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Use JTextArea instead of TextAreaKeith Packard2013-01-02
| | | | | | Looks nicer and doesn't appear to have the same weird clipping problem Signed-off-by: Keith Packard <keithp@keithp.com>
* micropeak: Add view of raw data in GUIKeith Packard2013-01-02
Looks just like the export file Signed-off-by: Keith Packard <keithp@keithp.com>