I'm writing some code to handle user preferences. To do this, I wrote the following Node.java file:
Then, I created the following Registry.java file...
I'm really trying to use an interface correctly. However, on line 8, my
IDE is giving me the following error: "Interface expected here". What's going on? As soon as I typed implements Node, the IDE offered to populate all of my method headers.
I'm confused.
[ April 15, 2005: Message edited by: Marcus Laubli ]
Marcus L�ubli, SCJP 1.4, CLP 5.0, SCWCD 1.4 (preparing)