< prev index next >

src/java.desktop/share/classes/javax/sound/sampled/Control.java

Print this page

        

*** 82,92 **** public static class Type { /** * Type name. */ ! private String name; /** * Constructs a new control type with the name specified. The name * should be a descriptive string appropriate for labelling the control * in an application, such as "Gain" or "Balance". --- 82,92 ---- public static class Type { /** * Type name. */ ! private final String name; /** * Constructs a new control type with the name specified. The name * should be a descriptive string appropriate for labelling the control * in an application, such as "Gain" or "Balance".
< prev index next >