summaryrefslogtreecommitdiffstats
path: root/Dozentenmodul/src/GUI/AddSoftware.java
diff options
context:
space:
mode:
Diffstat (limited to 'Dozentenmodul/src/GUI/AddSoftware.java')
-rw-r--r--Dozentenmodul/src/GUI/AddSoftware.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dozentenmodul/src/GUI/AddSoftware.java b/Dozentenmodul/src/GUI/AddSoftware.java
index 1539e1de..37a3a8bb 100644
--- a/Dozentenmodul/src/GUI/AddSoftware.java
+++ b/Dozentenmodul/src/GUI/AddSoftware.java
@@ -53,7 +53,7 @@ public class AddSoftware extends JFrame {
@SuppressWarnings({ "rawtypes", "unchecked" })
public AddSoftware() {
setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
- setTitle("Dozentenmodul");
+ setTitle("Dozentenmodul *Prototyp*");
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
@@ -145,7 +145,9 @@ public class AddSoftware extends JFrame {
Kosten=1;
}
Connection con=sql.getConnection();
+
sql.AddSoftware(con, textField_1.getText().toString(), textField_2.getText().toString(), comboBox.getSelectedItem().toString(), Kosten, textField.getText().toString());
+
dispose();
}else
{