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