Logan Barnett wrote: > All of your files should be named with underscores > (media_window_view.rb). The classes are have the camel case > (MediaWindowView). > If you're like me, and strive to remember as few things as possible, > you can just use the generator task to create these files, and it will > hook them up for you. > rake generate ALL=src/foo > This will create the following > src/foo/foo_model.rb > src/foo/foo_controller.rb > src/foo/foo_view.rb > Each of those files will have a very simple Model, Controller, and > View for you to use that are pretty much ready to go. I think you just > need to fill out the Java class the view where you see set_java_class. I followed the example on the site and created a working app. I tried it again but left it for a couple of weeks(before I got the form to show) then came back to it. I'm going to start from scratch and try to import the code for the controls for my form. (crosses fingers) J -- Posted via http://www.ruby-forum.com/.