Browse Source

New Button - Work in Progress

tolatesry 7 năm trước cách đây
mục cha
commit
ff19417740
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/ui/view/GUI.java

+ 1 - 0
src/ui/view/GUI.java

@@ -1951,6 +1951,7 @@ public class GUI implements CategoryListener {
 		//comboBox.setModel(new DefaultComboBoxModel(comboBoxCat));
 		// Add Buttonnew DefaultComboBoxModel(comboBoxCat)
 		btnAdd.addActionListener(actionEvent -> {
+			JOptionPane.showMessageDialog(contentPane, "Work in Progress" , "Message" , JOptionPane.WARNING_MESSAGE);
 			/*
 			Object nodeInfo = tree.getLastSelectedPathComponent();
 			String selectedOption = comboBox.getSelectedItem().toString();