Gouravmoy / QueryGenerator

Generic Query Generator For ETL Projects
1 stars 0 forks source link

Automatic close of tool #19

Closed Gouravmoy closed 8 years ago

Gouravmoy commented 8 years ago

The Query Generator automatically gets closed when another UI is closed. Steps to recreate

  1. Start the Generator
  2. Select on Add a New Connection from Database Menu Item
  3. Close the new frame that has started

Expected - The Main UI frame should not get closed Actual - The Main UI gets closed

Gouravmoy commented 8 years ago

Resolved JFrame.DISPOSE_ON_CLOSE needed to be added