home *** CD-ROM | disk | FTP | other *** search
- package javax.swing.text;
-
- class JTextComponent$DoSetCaretPosition implements Runnable {
- JTextComponent host;
- Position newPos;
- // $FF: synthetic field
- private final JTextComponent this$0;
-
- JTextComponent$DoSetCaretPosition(JTextComponent var1, JTextComponent var2, Position var3) {
- this.this$0 = var1;
- this.host = var2;
- this.newPos = var3;
- }
-
- public void run() {
- this.host.setCaretPosition(this.newPos.getOffset());
- }
- }
-