Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to use the class View2Ds

  • Thread starter Thread starter paltsten
  • Start date Start date
Status
Not open for further replies.
P

paltsten

Guest
Hi<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
I am having some trouble to use the methods in the View2Ds class.
Copying parts of the pfcDrawingExamples.java works fine until I try to retrieve information regarding the views i.e.
View2Ds views = drawing.List2Dviews ();
When compiling I receive errors on this one.

D:\AGCad\java>javac source\*.java -d .
source\AGCadWindow.java:1641: cannot resolve symbol
symbol : class Views2Ds
location: class com.agcad.AGCadWindow
Views2Ds views = drawing.List2DViews ();

Seen anything similar?
//Peter
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top