Questions tagged as 'joptionpane'

2
answers

Get number of entries inside JOptionPane

Hello, I'm having trouble getting the number of entries that the user makes and then using them. Code: public static void main(String[] args) { // TODO code application logic here int n, s = 0, p, i, c, m; do { n = Integer...
asked by 16.09.2016 / 02:36
2
answers

Alert appears only 1x within a for

I have a question: I have a method that walks through a list of clients and in it checks if it is of type accountSolidaria = 3, every time the method goes through this list it gives an alert showing a user with a joptionpane that he is suppor...
asked by 24.07.2018 / 16:11