package love.distributedrebirth.unicode4d; import java.awt.Dimension; import java.awt.GridLayout; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTable; import javax.swing.SwingUtilities; import love.distributedrebirth.numberxd.unicode.UnicodePlane; import ᒢᐩᐩ.ᒡᒢᑊᒻᒻᓫᔿ.ᒃᣔᒃᓫᒻ.ᑊᐣᓑᖮᐪᔆ.DuytsDocAuthor注; @DuytsDocAuthor注(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天") public class TestSwingPlane extends JPanel { private static final long serialVersionUID = 4146160826151405548L; public TestSwingPlane() { super(new GridLayout(1, 0)); String[] columnNames = { "Plane", "Example"}; Object[][] data = new Object[UnicodePlane.values().length][2]; int x=0; for (UnicodePlane plane:UnicodePlane.values()) { data[x][0] = plane.name(); StringBuilder buf = new StringBuilder(); int offset = 33; for (int i=plane.getStart()+offset;i