import java.util.*; import javax.swing.*; import java.awt.*; class Test { Set[][] f = new Set[][]{{}}; }