Questions tagged as 'java-8'

2
answers

An array is a sequential list?

I understand that there are two types of lists: linked and sequential. In the case of the linked in java we have the class java.util.LinkedList but in the case of the sequential lists I have not found any type of class. I think that an array is...
asked by 04.02.2018 / 19:51
1
answer

How do I place String text change2 [imx] [imy] on the JButton button [imx] [imy]?

package ProgramasPersonales; import java.awt.BorderLayout; import java.awt.Component; import java.awt.GridLayout; import java.awt.KeyboardFocusManager; import java.awt.Point; import java.awt.event.ActionEvent; import java.awt.event.ActionListene...
asked by 20.09.2017 / 20:32