Pregunta

By clicking on the button opens a new frame and until it is fully loaded (including execute a query in the database) I can not continue to work in the initial JFrame. (edit fields).

How to organize the opening frame (in the background, apparently) without losing focus and editing capabilities?

¿Fue útil?

Solución

Here is the complete information with great examples. To solve the problem, it suffices to use class SwingWorker

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top