EventQueue.invokeLater(new Runnable() {
public void run () {
*/
+ try {
+ EventQueue.invokeAndWait(new Runnable() {
+ public void run () {
+
if (_container == null || reinit) {
if (_container == null) {
_container = createContainer();
_patchNotes.setFont(StatusPanel.FONT);
_layers.add(_patchNotes);
_status = new StatusPanel(_msgs);
+ //setStatusAsync("test", stepToGlobalPercent(1), -1L, false);
_layers.add(_status, Integer.valueOf(10));
initInterface();
}
showContainer();
-/*
}
});
-*/
+ } catch (Exception e) {
+ e.printStackTrace();
+ }
}
/**
createInterfaceAsync(false);
}
+/*
EventQueue.invokeLater(new Runnable() {
public void run () {
- if (_status == null) {
+*/
+ try {
+ EventQueue.invokeAndWait(new Runnable() {
+ public void run () {
+
+ if (_status == null) {
if (message != null) {
log.info("Dropping status '" + message + "'.");
}
}
}
});
+ } catch (Exception e) {
+ e.printStackTrace();
+ }
}
protected void reportTrackingEvent (String event, int progress)
#!/usr/bin/env bash
-export VERSION=1.8.3-1.0_JVL
+if [ x$JVLVERSION != x ]; then
+ export VERSION=$JVLVERSION
+else
+ export VERSION=1.8.3-1.0_JVL
+fi
if [ x${VERSION%_JVL} = x$VERSION ]; then
VERSION=${VERSION}_JVL