Here you can find the source of getInstalledThemes(LookAndFeel laf)
public static List getInstalledThemes(LookAndFeel laf)
//package com.java2s; import java.util.Collections; import java.util.List; import javax.swing.LookAndFeel; public class Main { public static List getInstalledThemes(LookAndFeel laf) { return Collections.EMPTY_LIST; }/* w w w.ja va 2s . c o m*/ }