Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

converting applet dine with jbuiler 2005 to work in jBuilder 2006

807605Aug 24 2007 — edited Aug 24 2007
Hello, I have some applets on my web site

www.lightmypump.com/applets.htm

that need some maintenance and they were made, I believe, with Jbuilder 2005 and I now have 2006. I don't think the problem is IDE related.

I have copied all the code over and up to now there is only one problem, I am missing the class for setjMenubar. JBuilder says it cannot fing the setjMenuBar method.

This is the list of imports that I have:

import java.awt.*;

import java.awt.event.*;

import java.applet.*;
import java.util.*;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.text.*;
import javax.swing.JPanel;
import javax.swing.JMenuBar;
import javax.swing.JMenu;

import javax.swing.JScrollPane;
import java.awt.Dimension;
import java.awt.Rectangle;
import javax.swing.JLabel;
import javax.swing.JComboBox;
import javax.swing.JTextField;
import javax.swing.JButton;
import java.net.*;

Probably more than I need

Can someone advise how I can get setjMenubar working?

Thanks for any help.

Cheers,

Jacques
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 21 2007
Added on Aug 24 2007
10 comments
219 views