919293949596979899
} public JPanel createView() { wowfile f = (wowfile)fm.getActiveFile().obj; if(f instanceof adt) { return new adtObjectFileTable ( (adt)f ); } return null; }