Java Tutorial | Using JOptionPane in JFileChooser Dialog box

preview_player
Показать описание
This Tutorial I demostrate how to use JOptionPane also how get name of paths and directories, Pretty Cool I know.
Рекомендации по теме
Комментарии
Автор

Thank you so much!!! I'm new to all this and needed this tutorial to finish a class project!

chiheil
Автор

Hey, you got a lot of work to do here but it can be met, you gonna have to work with x, y axises, for flipping you want to set the axises in a negative manner, changing colour you need JColorChooser and apply it over the image, with adding text you will need to access a certain layer on the image so it doesn't wipe it out, Cropping you will need to create a rectangle and again making adjustable via axises, then you need to get the scope of the image and save it, seems long but can be achieved :D

ismailzd
Автор

You set your selection mode to Directories. The code



and also add this piece of code below it, it should disable all the file filtering:



I hope I helped dude

ismailzd
Автор

How to interact with already opned native os file open dialog and choose file using java ?

chintalasivaprasad
Автор

I'm also trying to allow users to edit pictures(crop, flip, rotate, add text, change color). Do you know how to do this on netbeans?

chiheil
Автор

Hi, I'd like to know how can I use a Save Dialog Box. I mean, I have a code that create a PDF file, and I must choose where the file is gonna be saved. Could you show, please?

maxwellrigomoraes