How can I make an Image editor using java swing? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I make an Image editor using java swing?

29th Apr 2020, 5:51 AM
Rahul Sharma
Rahul Sharma - avatar
4 Answers
+ 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
29th Apr 2020, 1:22 PM
Denise Roßberg
Denise Roßberg - avatar
+ 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?
29th Apr 2020, 12:50 PM
Denise Roßberg
Denise Roßberg - avatar
+ 1
@Denise Robberg Thanks man!
30th Apr 2020, 4:17 PM
Rahul Sharma
Rahul Sharma - avatar
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:/
29th Apr 2020, 1:00 PM
Rahul Sharma
Rahul Sharma - avatar