});
Display.setAppName("DJ Native Swing");
if(isProcessIOChannelMode) {
PrintStream sysout = System.out;
InputStream sysin = System.in;
SWTOutProcessIOMessagingInterface outInterface = new SWTOutProcessIOMessagingInterface(sysin, sysout, true, display, pid);
synchronized(OPEN_STATE_LOCK) {
messagingInterface = outInterface;
}
System.setIn(new InputStream() {
@Override