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