< prev index next >

test/java/text/Format/DateFormat/Bug4736959.java

Print this page

        

*** 28,37 **** --- 28,38 ---- */ import java.text.*; import java.util.*; + @SuppressWarnings("deprecation") public class Bug4736959 { /** * 4736959: JSpinner won't work for AM/PM field */ public static void main(String[] args) {
< prev index next >