Can I create a custom cursor for text in Java that's a rectangle around the current character? I'm thinking I'll have to use some FontMetrics and drawRect somehow.
Embedded Java implementations run up against performance problems because of the stack structures the language requires. Java implements a stack-based programming model, in which two stacks are ...