graphics

im trying to learn java graphics what class has graphics
23 Replies
JavaBot
JavaBot7d ago
This post has been reserved for your question.
Hey @noeLeon(micless)! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
dan1st
dan1st7d ago
Can you elaborate on what you mean with that?
noeLeon(micless)
noeLeon(micless)OP7d ago
im trying to make an ide for my programming language in java and im trying to add graphics
dan1st
dan1st7d ago
So what do you mean with what class containing graphics?
noeLeon(micless)
noeLeon(micless)OP7d ago
what should i import to add graphics
dan1st
dan1st7d ago
There isn't a single import for that
noeLeon(micless)
noeLeon(micless)OP7d ago
what imports?
dan1st
dan1st7d ago
you might need to import different things depending on what you are doing and what GUI frameworks you are using
noeLeon(micless)
noeLeon(micless)OP7d ago
what are the best ones though
dan1st
dan1st7d ago
there are no imports that are generally better than others it always depends on what exactly you need
noeLeon(micless)
noeLeon(micless)OP7d ago
i need a lightweight one
dan1st
dan1st7d ago
lightweight what for what? I can't tell you without exact requirements
noeLeon(micless)
noeLeon(micless)OP7d ago
i need a very lighwieght and simple one
dan1st
dan1st7d ago
.
noeLeon(micless)
noeLeon(micless)OP7d ago
Im trying to keep it lightweight and it; the bare mininum
dan1st
dan1st7d ago
that isn't a useful description There is no point in telling you imports without you saying what exactly you need For example, there are 672 top level classes in java.desktop/javax.swing alone (at least in my jdk clone which is an old JDK 25 adhoc build)
noeLeon(micless)
noeLeon(micless)OP7d ago
and i want and easy one
dan1st
dan1st7d ago
easy one for what? There isn't a single import that does everything
noeLeon(micless)
noeLeon(micless)OP7d ago
an easy and very lightweight graphics library
dan1st
dan1st7d ago
swing which is these 672 top level classes or if you want an external library that's (probably) smaller: SWT but saying it'S lightweight is useless
noeLeon(micless)
noeLeon(micless)OP7d ago
what website contains swing
dan1st
dan1st7d ago
no website
JavaBot
JavaBot7d ago
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived. If your question was not answered yet, feel free to re-open this post or create a new one. In case your post is not getting any attention, you can try to use /help ping. Warning: abusing this will result in moderative actions taken against you.

Did you find this page helpful?