Added reseed support via periodic thread that reseeds if deemed necessary.
Changed 'Apply' button size in ConfigurationTab.
This commit is contained in:
@ -95,7 +95,7 @@ public class ConfigurationTab extends TabLogoPanel {
|
||||
|
||||
final JButton btnApply = new JButton(Transl._("Apply"));
|
||||
add(btnApply);
|
||||
btnApply.setBounds(450, 272, 100, 24);
|
||||
btnApply.setBounds(442, 272, 82, 24);
|
||||
btnApply.addActionListener(new ActionListener(){
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent arg0) {
|
||||
|
Reference in New Issue
Block a user