Q: The UI program in Objects Java crashes when using SDB data, but it can work with other data engines.
Please check whether it is started like this
public static void
main(String[] args) {
SwingUtilities.invokeLater(new Runnable() {
public
void run() {
// The classes and methods to implement}
} );
}