I look for a pure Swing JXTreeTable equivalent.
Why I don't want to use SwingX's JXTreeTable:
When I use SwingX's JXTreeTable
in Linux with Swing's GTK+
LookAndFeel, it crashes!
It crashes with this message: "GThread-ERROR **: GThread system may only be initialized once.
aborting..."
(It's even not a "catchable" exception, just an immediate crash on JXTreeTable instantiation)
As my GUI works well with other LookAndFeels and as before adding the JXTreeTable, my GUI worked well with GTK+
LookAndFeel, I conclude that SwingX's JXTreeTable itself uses GTK+/GLib and thus causing the crash.
So can anyone help me? Does anyone have a pure Swing implementation of JXTreeTable equivalent widget?