JUnit test x 2
This commit is contained in:
@@ -1,13 +1,9 @@
|
||||
package db;
|
||||
|
||||
import java.awt.image.BufferedImage;
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.IOException;
|
||||
import java.sql.*;
|
||||
import java.util.LinkedList;
|
||||
import java.util.List;
|
||||
|
||||
import javax.imageio.ImageIO;
|
||||
import javax.swing.ImageIcon;
|
||||
|
||||
import ksiazka.kucharska.CB_Model;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user