JPanel contentpanel = new JPanel();
contentpanel.setLayout(new java.awt.BorderLayout());
if ( data.useRtl() ) { contentpanel.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); }
String text1 = ResourceManager.getString("String_UninstallationImminent2");
PanelLabel label1 = new PanelLabel(text1);
if ( data.useRtl() ) { label1.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); }
ProductInformation = new JEditorPane("text/html", getInfoText());
ProductInformation.setEditable(false);
if ( data.useRtl() ) { ProductInformation.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT); }