public ServiceArciveFrame() {
setBounds(200, 200, 600, 420);
getContentPane().setFont(new Font("Helvetica", Font.PLAIN, 12));
getContentPane().setLayout(null);
getContentPane().setBounds(200, 200, 600, 420);
bean = new ArchiveBean();
topPanel = new ImagePanel();
getContentPane().add(topPanel);
topPanel.setCaptions("Service Type selection", "Welcome to Axis2 service archive generation. " +
"Select service type");