JPanel for standardizer configuration

User 1261fb0e16

11-10-2013 12:59:33

Hi


I'm wanting to improve my KNIME node which performance standardisation based on a given XML file. Instead I'd like to change the dialog to the equivalent of the Standardizer editor. 


Is there a pre-configured JPanel for the editor that I can use like the Marvin sketch panel?


Cheers


Sam

ChemAxon 2db1f4037e

11-10-2013 13:23:23

Hi Sam,


I am attaching a sample code on how can you access the configuration panel, and how can you add it to another container.


Feel free to contact me if you have difficulties, or further questions.


 


Cheers,


csepi

User 1261fb0e16

14-10-2013 11:21:39

Hi csepi


 


Thank you for the quick response and the code. 


 


I had to make a slight alteration to get it to work within a KNIME dialog (application.getContentPane()).


 


So now I have a follow up question, is it possible to get the configuration out of the panel rather than saving it to an XML file?


 


 


Many thanks


 


Sam