Closedown

This commit is contained in:
boccioli_m
2017-10-10 16:06:47 +02:00
parent 0fdeae325f
commit c471b28b72
3 changed files with 3 additions and 7 deletions

View File

@@ -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();