How to add a int to a jList all within a jframe

Code 1

Code 2

a number into a text field and a button adds it to the jList which can later be removed or added all together.

nothing showing up inside the list when i run it.

tried jlist1.addElement(Integer.parseInt(jtxtInter.getText()));

still nothing showing up inside the list when i run it.