I'm looking for a way to filter files in an "Open" window. I'm using NetBeans IDE 6.5. I did some research, and this is what i came up with, but for some reason it's not working.
//global variable protected static FileFilter myfilter;
//in declaration of variables fchoLoad.setFileFilter(myfilter);
//inside main myfilter = .... (i actually delted this part by accident, i need to filter only .fwd files. can anybody tell me what goes here?)