Closedown
This commit is contained in:
@@ -298,12 +298,6 @@ public class TestingList extends Panel {
|
||||
* initialise panel
|
||||
*/
|
||||
private void initialise(){
|
||||
int a = 0x8899;
|
||||
int b = (byte) a >>> 8;
|
||||
System.out.println(a);
|
||||
System.out.println(b);
|
||||
|
||||
|
||||
initComponents();
|
||||
initLogger();
|
||||
buildTable();
|
||||
|
||||
Reference in New Issue
Block a user