String gumpartPath = props.getProperty("gumpart.mul");
String gumpidxPath = props.getProperty("gumpidx.mul");
String huesPath = props.getProperty("hues.mul");
GumpLoadingThread t = new GumpLoadingThread(UOGumpViewer.logger,
gumpartPath, gumpidxPath, huesPath);
GumpLoadingListener l = new GumpLoadingListener() {
@Override
public void gumpsLoaded(GumpLoadingEvent e) {
if (e.getException() == null) {
gumpVector = e.getGumpVector();
gumpReader = e.getGumpReader();