Matisse related bug
The entry point for my program is a class called MainFrame. This is the main GUI for the program, and was built using Matisse. I can open the source code for the MainFrame class in Netbeans and it displays fine. If I then press the 'Design' button in the Netbeans editor toolbar, the IDE crashes. When I run the project, the program also crashes. The only explanation offered is the following output in the console:
Java Result: 138
My project was buliding and running just fine yesterday. I have only experienced this problem since reopening the Netbeans IDE this morning. I haven't made any changes to the sources of my project between closing and reopening Netbeans. I am perplexed. I wonder if this is a bug in Netbeans or in my project. Any help is greatly appreciated.
Thanks.
[810 byte] By [
nelstroma] at [2007-10-3 2:51:49]

I have solved the problem. Turns out that it was a hardware related issue. I scanned the error message and spotted this:
Thread 23 Crashed:
0CoreAudio 0x17f452dd Java_com_apple_audio_jdirect_MethodClosure_DisposeMethodClosure + 91
1com.apple.audio.midi.CoreMIDI 0x966fb403 LocalMIDIReceiverList::HandleMIDIIn(void*, void*, MIDIPacketList*) + 195
2com.apple.audio.midi.CoreMIDI 0x966d80bf MIDIInPortThread::Run() + 245
3com.apple.audio.midi.CoreMIDI 0x966d8d1b XThread::RunHelper(void*) + 17
4com.apple.audio.midi.CoreMIDI 0x966e0617 CAPThread::Entry(CAPThread*) + 93
5libSystem.B.dylib 0x90024b07 _pthread_body + 84
Realizing that I have, in fact, made alterations to the Midi inputs on my machine this morning (my program deals with midi), I restored it to the state it was in last night. Both problems previously described have been solved: I can look at the MainFrame form, and launch the program.
My apologies for doubting Netbeans/Matisse.