Changed graphs to be non-static.

Updated itoopie.i2p to reflect actual version.
This commit is contained in:
dev
2011-08-01 14:02:47 +00:00
parent 6159f7390c
commit 8a2cc403e0
8 changed files with 87 additions and 67 deletions

View File

@ -244,7 +244,7 @@ public class SettingsFrame extends RegisteredFrame{
}
private void setupConnectPanel(JPanel networkPanel){
JLabel lblI2PControl = new JLabel(Transl._("Connect to I2PControl"));
JLabel lblI2PControl = new JLabel(Transl._("Connect to I2P node"));
lblI2PControl.setBounds(10, 10, 228, 15);
networkPanel.add(lblI2PControl);
lblI2PControl.setHorizontalAlignment(SwingConstants.RIGHT);