mirror of
https://github.com/danog/WarehouseClient.git
synced 2024-11-30 04:29:06 +01:00
Cleanup
This commit is contained in:
parent
9bdc2c9049
commit
bf70173a2b
@ -14,7 +14,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
package ui;
|
||||
package UI;
|
||||
|
||||
import Main.Client;
|
||||
import Main.ClientException;
|
||||
@ -85,7 +85,6 @@ public class UI {
|
||||
frame.getContentPane().add(this.warehouseScrollPane, BorderLayout.PAGE_START);
|
||||
frame.getContentPane().add(this.cartScrollPane, BorderLayout.CENTER);
|
||||
frame.getContentPane().add(panel, BorderLayout.PAGE_END);
|
||||
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
|
||||
frame.pack();
|
||||
frame.setVisible(true);
|
||||
}
|
@ -23,7 +23,7 @@ import java.util.logging.Logger;
|
||||
import javax.swing.JFrame;
|
||||
import javax.swing.JOptionPane;
|
||||
import static javax.swing.JOptionPane.ERROR_MESSAGE;
|
||||
import ui.UI;
|
||||
import UI.UI;
|
||||
/**
|
||||
*
|
||||
* @author Daniil Gentili
|
||||
|
Loading…
Reference in New Issue
Block a user