+ 1
How can I make an Image editor using java swing?
4 Antworten
+ 2
About javafx:
Have you looked here?
https://netbeans.org/kb/72/java/javafx-setup.html
I would also try to search on youtube. There are many tutorials.
About JButton:
I think this should help you:
https://stackoverflow.com/questions/14159536/creating-jbutton-with-customized-look
+ 1
Hello Rahul Sharma
At least you should be familiar with swing.
If you just started with GUI I suggest you javafx. Swing is outdated.
How far are you with your code?
+ 1
@Denise Robberg
Thanks man!
0
Hey Denise Roßberg
I am using swing for quite a time.
I tried javafx but netbeans ide keep on showing error(package not found).
It will be great if you can help me to get through it.
I have almost completed this editor. But those jbuttons look very bad.
I also want to add some more effects to the editor (I have already added grayscale, sepia, brighten, rotate, mirror and some more basic effects).
Hope you get what I am trying to say:/