Tagged Questions
-1
votes
1answer
79 views
Is there an efficient way to convert a Java project with a TUI into one with a GUI?
So I need to make the interface of a Java-database application a GUI. We coded the project in Eclipse, and I am going to import it into Netbeans. In Netbeans there's a great GUI builder, but I'm ...