Free RAD components

From: Andrea Sansottera (andrea.sansottera_at_fastwebnet.it)
Date: 10/31/04


Date: Sun, 31 Oct 2004 13:45:26 +0100

Hi all,
        I was wondering if any set of RAD components similar to that of JBuilder
        is available as freeware/free software.
        As a matter of fact, I simply need a way to directly bind data to a
        table, without specifying a model as a should do if I'd use JTable.
        I'd like something as easy to use as DataGrid in System.Windows.Forms on
        .NET:
                myDataSet.Fill(myDataGrid)
        
        Thanks in advance,
                Andrea