MCPcopy Create free account
hub / github.com/DuGuQiuBai/Java / dateInit

Method dateInit

day25/code/txz_demo/src/cn/itcast/txz/ui/MainFrame.java:107–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 private int[][] dates = new int[12][16];
106
107 private void dateInit() {
108 dates = new int[][] {
109 { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 },
110 { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 },
111 { 1, 0, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1 },
112 { 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1 },
113 { 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1 },
114 { 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 1 },
115 { 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1 },
116 { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1 },
117 { 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1 },
118 { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 },
119 { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 },
120 { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }, };
121 }
122
123 private void backgroundUI() {
124 // ����ͼƬ��Ϣ����

Callers 1

MainFrameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected