Added gradient to all panel to improve looks somewhat.

This commit is contained in:
dev
2011-08-03 08:31:11 +00:00
parent adb80db832
commit a3e66d4f77
7 changed files with 150 additions and 7 deletions

View File

@ -209,6 +209,7 @@ public class ConfigurationTab extends TabLogoPanel {
lblUPNP.setText(Transl._("UPNP:"));
chkbxUPNP = new JCheckBox(Transl._("Enable UPNP"));
chkbxUPNP.setOpaque(false);
networkPanel.add(chkbxUPNP);
chkbxUPNP.setBounds(127, 85, 120, 15);
}