This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* An area to display text from a file. Rectangular areas should be selectable | |
* and colour-coded. | |
*/ | |
import java.awt.Rectangle; | |
import java.util.ArrayList; | |
import java.util.Iterator; | |
import java.util.List; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Avoid pixel overflow by upscaling to 32bit | |
run("32-bit"); | |
////////////////////////////////////////////////// | |
// | |
// 128*128 pixels 'landscape' for portrait, | |
// just swap x & y coordinates | |
// | |
// ########################## | |
// ## ## |