Skip to content

Commit

Permalink
Przesunięcie menu bocznego od granicy okna
Browse files Browse the repository at this point in the history
  • Loading branch information
tdomanski committed May 2, 2021
1 parent d77c306 commit d982815
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/interfejs/MenuBoczne.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTextField;
import javax.swing.border.EmptyBorder;
import javax.swing.border.EtchedBorder;
import javax.swing.filechooser.FileNameExtensionFilter;
import javax.swing.filechooser.FileSystemView;

Expand Down Expand Up @@ -56,6 +58,7 @@ public class MenuBoczne extends JPanel {
private ObszarSymulacji obszarSymulacji;//Obszar symulacji, za który odpowiedzialne jest to menu

public MenuBoczne() {//KONSTRUKTOR
this.setBorder(BorderFactory.createEmptyBorder(0,0,0,5));
GridLayout layout1 = new GridLayout(5,1);
//layout1.setHgap(2);
//layout1.setVgap(2);
Expand Down

0 comments on commit d982815

Please sign in to comment.