Seems like you have only declared the "DefaultTableModel" but not initialized it and thats what is causing the NullPointerException.

Initialize it properly,

DefaultTableModel tabMode = new...