From: Erik V. <eri...@hc...> - 2005-04-28 22:43:32
|
> Oh hell. > > Yeah, I want to be compatible with 1.4 because 1.5 really > hasn't gotten much market penetration yet. > > However, I'm using 1.5 on all my machines. That explains it. > > I suppose we just have Options extend from both JFrame and > JComponent then. Not sure what that would mean. I have checked in a version of Options that works for me. I've changed 5 lines, each indicated by a comment. Now I can finally run your GameTest! Please have a look if this works and is acceptable to you. The removal of setPreferredSize() made it compile, but run-time errors told me to insert getContentPane() in 4 more lines. Erik. |