12.07.2015 Views

Integration of Applications in UNICORE 6

Integration of Applications in UNICORE 6

Integration of Applications in UNICORE 6

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

DateInputPanel.javapublic class DateInputPanel extends GridBeanPanel {private static f<strong>in</strong>al long serialVersionUID = 1L;public DateInputPanel ( Client client , INode node ) {super ( client , " Date Input " , node );try {buildComponents ();} catch ( DataSetException e) {client . showException (" Failure creat<strong>in</strong>g panel ." , e);}}private void buildComponents () throws DataSetException {setLayout ( new BorderLayout ());setBorder ( BorderFactory . createCompoundBorder (BorderFactory . createRaisedBevelBorder () ,BorderFactory . createLoweredBevelBorder ()));JLabel label = new JLabel (" Date Application " );label . setHorizontalAlignment ( JLabel . CENTER );label . setVerticalAlignment ( JLabel . CENTER );add ( label , BorderLayout . CENTER );}}Migration Workshop , 29th Oct 2008 32

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!