Hewbrew+unicode=hell

This commit is contained in:
Willem Cazander 2022-10-10 18:04:27 +02:00
parent 76f3da5da7
commit ca1fe9d9d0
27 changed files with 460 additions and 115 deletions

View file

@ -10,6 +10,7 @@ import javax.swing.JTable;
import javax.swing.SwingUtilities;
import love.distributedrebirth.bassboonyd.BãßBȍőnAuthorInfoʸᴰ;
import love.distributedrebirth.numberxd.unicode.UnicodePlane;
@BãßBȍőnAuthorInfoʸᴰ(name = "للَّٰهِilLצسُو", copyright = "©Δ∞ 仙上主天")
public class TestSwingPlane extends JPanel {
@ -21,10 +22,10 @@ public class TestSwingPlane extends JPanel {
String[] columnNames = { "Plane", "Example"};
Object[][] data = new Object[UnicodePlaneᶻᴰ.values().length][2];
Object[][] data = new Object[UnicodePlane.values().length][2];
int x=0;
for (UnicodePlaneᶻᴰ plane:UnicodePlaneᶻᴰ.values()) {
for (UnicodePlane plane:UnicodePlane.values()) {
data[x][0] = plane.name();
StringBuilder buf = new StringBuilder();
int offset = 33;