gbl_panel.rowHeights = new int[] { 0, 0 };
gbl_panel.columnWeights = new double[] { 1.0, 0.0, Double.MIN_VALUE };
gbl_panel.rowWeights = new double[] { 0.0, Double.MIN_VALUE };
panel.setLayout(gbl_panel);
JTextPane txtpnDragModsFrom = new JTextPane();
txtpnDragModsFrom.setForeground(Color.GRAY);
GridBagConstraints gbc_txtpnDragModsFrom = new GridBagConstraints();
gbc_txtpnDragModsFrom.fill = GridBagConstraints.HORIZONTAL;
gbc_txtpnDragModsFrom.insets = new Insets(0, 0, 0, 5);
gbc_txtpnDragModsFrom.gridx = 0;
gbc_txtpnDragModsFrom.gridy = 0;
panel.add(txtpnDragModsFrom, gbc_txtpnDragModsFrom);
txtpnDragModsFrom.setFont(new Font("Dialog", Font.BOLD | Font.ITALIC,
12));
txtpnDragModsFrom.setBackground(Color.WHITE);
txtpnDragModsFrom.setEditable(false);
txtpnDragModsFrom
.setText("Drag Mods from your file manager to the Table below and click 'Install Mods' or use File -> Add Mods from the menu to add mods");
{
// JLabel lblTest = new JLabel("test");
ImagePanel img = new ImagePanel(