Guest User

Untitled

a guest
Dec 14th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // picking a random elment in the arrayList to display it on Jpanel
  2. qLabel = new JLabel(randomQ.getQuestion(), JLabel.CENTER);
  3.  
  4. qLabel.setText(randomQ.getQuestion());
  5. mainPanel.add(qLabel);
Add Comment
Please, Sign In to add comment