java.lang.Error: Unresolved compilation problems:
The method setTitle(String) is undefined for the type DGuitar
The method pack() is undefined for the type DGuitar
The method dispose() is undefined for the type DGuitar
The method setIconImage(Image) is undefined for the type DGuitar
MAXIMIZED_BOTH cannot be resolved
MAXIMIZED_BOTH cannot be resolved
The method setDefaultCloseOperation(int) is undefined for the type DGuitar
The method addWindowListener(new WindowAdapter(){}) is undefined for the type DGuitar
The constructor SongOptionsListener(DGuitar, DGuitar) is undefined
The method pack() is undefined for the type DGuitar
The constructor MidiTest(DGuitar, boolean) is undefined
The method setTitle(String) is undefined for the type DGuitar
The method setTitle(String) is undefined for the type DGuitar
at dguitar.gui.DGuitar.<init>(DGuitar.java:871)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Partager