954,545 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

pps.PPSFrame class Where is it?

Hi everybody

I'm trying to write such a code:

import pps.PPSFrame;
public class X extends PPSFrame{
  .....
}


Of course there's no such pps package in java.
Where can i find it ? or at least PPSFrame.class ?

Regards,

eng_mary
Newbie Poster
11 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 

Why do you think that class exists? Where did you see it used or recommended?
Why do you need it?

NormR1
Posting Expert
Moderator
6,677 posts since Jun 2010
Reputation Points: 1,138
Solved Threads: 656
 

I have an assignment to be solved, in which i need to use this class and nothing else, and it supposed that this class is existing.

Although I search all over internet .. I didn't find such a package (pps) or such a class (PPSFrame)

So, I'm wondering! should i use a certain GUI IDE such Java-Eclipse or something else that may include this package ?

That's why i'm asking the experts :)

eng_mary
Newbie Poster
11 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 
I have an assignment to be solved,


Who made the assignment? Can you ask him?
Or is the assignment to find the class?

PS. We're not experts in finding missing, third party classes.

NormR1
Posting Expert
Moderator
6,677 posts since Jun 2010
Reputation Points: 1,138
Solved Threads: 656
 
PS. We're not experts in finding missing, third party classes.


This means pps is not a popular library neither PPSFrame ... that is all I need to kwnow.Who made the assignment? Can you ask him?
I'll ask him tomorrow.

Thank u very much for ur help

eng_mary
Newbie Poster
11 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 

Hi everybody

I'm trying to write such a code:

import pps.PPSFrame;
public class X extends PPSFrame{
  .....
}

Of course there's no such pps package in java. Where can i find it ? or at least PPSFrame.class ?

Regards,


I do see there is a class or package known as pps.PPSFrame, uhm however i couldnt find the actual package but however i did find mention of it at java: http://javadoc.pd-software.de/pd/pps/frame/package-tree.html . hope it helps

DavidKroukamp
Practically a Master Poster
Team Colleague
693 posts since Dec 2011
Reputation Points: 282
Solved Threads: 169
 

I did found it too, but without the java package.

thanks for helping

eng_mary
Newbie Poster
11 posts since Oct 2004
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: