How to change the look and feel of a single part of a java program

前端 未结 4 682
抹茶落季
抹茶落季 2020-12-18 04:24

So I\'m making a program selection tool, and currently i like the way everything looks with just the java look and feel. the only thing i want to change is the JFileChooser

4条回答
  •  眼角桃花
    2020-12-18 05:08

    You should read about Look and Feel.
    Also I don't think you can have different L&F per component. At least I've never seen an application with non-uniform L&F

提交回复
热议问题