Code formating
This commit is contained in:
@@ -65,7 +65,7 @@ public abstract class OS {
|
|||||||
else if (os.contains("nix") || os.contains("nux")) {
|
else if (os.contains("nix") || os.contains("nux")) {
|
||||||
return new Linux();
|
return new Linux();
|
||||||
}
|
}
|
||||||
else if(os.contains("freebsd")){
|
else if (os.contains("freebsd")) {
|
||||||
return new FreeBSD();
|
return new FreeBSD();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
@@ -185,7 +185,6 @@ public class Working implements Activity {
|
|||||||
buttonsPanel.add(blockJob);
|
buttonsPanel.add(blockJob);
|
||||||
buttonsPanel.add(exitAfterFrame);
|
buttonsPanel.add(exitAfterFrame);
|
||||||
|
|
||||||
|
|
||||||
parent.getContentPane().setLayout(new GridBagLayout());
|
parent.getContentPane().setLayout(new GridBagLayout());
|
||||||
GridBagConstraints global_constraints = new GridBagConstraints();
|
GridBagConstraints global_constraints = new GridBagConstraints();
|
||||||
global_constraints.fill = GridBagConstraints.HORIZONTAL;
|
global_constraints.fill = GridBagConstraints.HORIZONTAL;
|
||||||
|
|||||||
Reference in New Issue
Block a user