1
0

JUnit test x 2

This commit is contained in:
2014-06-15 14:21:22 +02:00
parent 8bf294b5d2
commit 9c3cc3719f
3 changed files with 2 additions and 5 deletions

View File

@@ -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;

View File

@@ -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);