home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
S283 Planetary Science &n…he Search for Life DVD 2
/
DVD-ROM.iso
/
install
/
jre1_3
/
lib
/
rt.jar
/
javax
/
swing
/
text
/
LayoutQueue$LayoutThread.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1979-12-31
|
572 b
|
24 lines
package javax.swing.text;
class LayoutQueue$LayoutThread extends Thread {
// $FF: synthetic field
private final LayoutQueue this$0;
LayoutQueue$LayoutThread(LayoutQueue var1) {
super("text-layout");
this.this$0 = var1;
((Thread)this).setPriority(1);
}
public void run() {
Runnable var1;
do {
var1 = this.this$0.waitForWork();
if (var1 != null) {
var1.run();
}
} while(var1 != null);
}
}