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,

Recommended Answers

All 6 Replies

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

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 :)

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.

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

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

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

thanks for helping

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.