Im now trying to design a class that extends FileFilter that will be use for filtering filename extensions of choice....
I know this is a stupid work for you experts, but i just want test myself if i can now design my own class... Instead of using FileNameExtensi onFilter in jdk 1.6,
I assume that i am using j2se 1.5.0 u15...
The purpose is, I like to set those filename extension filtering patterns not the same as FileNameExtensi onFilter.. I mean, passing values to a parameter in my own way... For current Project's simplification and optimization...
As of this moment, im attempting to override the accept(File file) and the getDescription( ) method...
since i hate to miss a thing, Could you guys suggest other classes that can also be use instead of using FileNameExtensi onFilter? or could you advice me as im walking down the strange road?!!
waiting for your replies...
sukatoa
I know this is a stupid work for you experts, but i just want test myself if i can now design my own class... Instead of using FileNameExtensi onFilter in jdk 1.6,
I assume that i am using j2se 1.5.0 u15...
The purpose is, I like to set those filename extension filtering patterns not the same as FileNameExtensi onFilter.. I mean, passing values to a parameter in my own way... For current Project's simplification and optimization...
As of this moment, im attempting to override the accept(File file) and the getDescription( ) method...
since i hate to miss a thing, Could you guys suggest other classes that can also be use instead of using FileNameExtensi onFilter? or could you advice me as im walking down the strange road?!!
waiting for your replies...
sukatoa
Comment