|
|
@ -40,7 +40,7 @@ public class CB_View extends JFrame{ |
|
|
|
private JFileChooser fcImg = new JFileChooser(); |
|
|
|
private JScrollPane scrollPane = new JScrollPane(); |
|
|
|
|
|
|
|
CB_View(){ |
|
|
|
public CB_View(){ |
|
|
|
this.setResizable(false); |
|
|
|
this.setTitle("Książka Kucharska v1.0"); |
|
|
|
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); |
|
|
|