This is a question only regarding Java in Windows.
I need a method that will call this window:
So essentially the method should be something like:
public void openProperties(File file){ // or String fileName
}
So the statement: opernProperties(new File(test.txt));
should open the above window.
So just to clarify, I do not want to read and manage the properties. I just want to open the properties window.