setResizable( false );
setTitle( "Select Template for Rule Generation" );
this.getContentPane().setLayout( new BorderLayout() );
ImagePanel i = new ImagePanel(InputDialog.class.getResource("/icons/logo_tall_60x513.jpg"), 0, 0, 60, 513);
i.setHeight( 513 );
i.setWidth( 60 );
i.setBackground( Color.BLACK );
this.getContentPane().add( i, BorderLayout.WEST );
JEditorPane msg = new JEditorPane();
msg.setBackground( Color.WHITE );