4849505152535455
* */ public EditorView() { setLookAndFeel(Substance.getAparencia(20)); initComponents(); presenter = new EditorPresenter(this); numberCF2 = new NumberColumnFormat("#0.000000", "#0.000000"); }