java forms builder



What Java GUI Builder is more like a SQL database front?
Hi, I develop a Microsoft SQL Server 2005 database. I would like try to use Java GUI to build search forms for my queries. As far as I know NetBeans provides a nice interface builder, I do not know Eclipse or any other Java environment. What environment must be better? And how can I connect the GUI created for the SQL database, the user do not have to open both SQL and, say, Netbeans? Thank you very much!
You should switch to. NET. . NET 2005/2008 was built specifically to work with SQL Server 2005. For example, SQL Server 2005 allows you to code stored procedures in your favorite language. NET (VB.NET, C #, or C + + / CLI). http://www.sqlteam.com/article/writing-clr-stored-procedures-in-charp-introduction-to-charp-part-1 and C # is not very different from Java, so your curve of Learning would be much shorter.


