Questions tagged as 'ventana'

1
answer

Show array by JOptionPane and pick up result

I have a problem. I want to show an array in a JOptionPane, I do it like that. String[] continentes = { "ANorte", "ASur", "Africa", "Europa", "Asia", "Oceania" }; JOptionPane.showMessageDialog(null, Arrays.toString(continentes)); So, I sho...
asked by 16.12.2018 / 22:14
1
answer

help with modal window in css so that it appears in front of the whole window and not behind?

I need help so copy a modal window code for html and css, and the problem that I have is that the window appears behind me As you can see when I click on the privacy policy, the modal window opens, but it comes out behind everything....
asked by 15.01.2018 / 20:35
1
answer

Python 3.6 - Create my own class in Tkinter

I have an application developed in Tkinter and I would like to create a class to get whenever I need a fixed size window with a text box and a button. But I do not know how to do it. Greetings.     
asked by 16.10.2018 / 08:46
2
answers

Popup window message in PHP

I know that a tool called JOptionPane exists for Java that shows you a pop-up window, be it a message, a question, a confirmation, etc. In Java, to show a message, use: JOptionPane.showMessageDialog (); How could a pop-up window appear in...
asked by 19.12.2017 / 12:02
2
answers

Pass data between windows

Good morning friends, I have the following question: can you pass data from a daughter window to a parent? I already know that you can pass data from a father to a daughter through ajax, but how do you do the opposite? It's something like...
asked by 21.02.2018 / 22:22
0
answers

How to automate an explorer pop-up window

At the moment I automate with selenium (page object) a web page that does not allow me to eliminate these pop-up windows for the moment I control this action in the following way: try { driver.Keyboard.PressKey(Keys.Enter); } catch { } bu...
asked by 17.12.2018 / 16:57
1
answer

Data between two javafx windows

I am developing a javafx application, in which I run into the following problem: I am trying to fill out a form in which one of the fields I want to fill in bringing the data from another window, in this second window I only show a tableview....
asked by 26.10.2018 / 08:37
0
answers

Error: the main class was not found or loaded Game I have this error help

package Juego; import java.awt.Canvas; import javax.swing.JFrame; import java.awt.BorderLayout; import java.awt.Dimension; public class Juego extends Canvas{ private static final long serialVersionUID = 1L; private static JFrame ventana; private...
asked by 03.11.2018 / 00:19
3
answers

Practicing, making a window with a button

I'm a newbie in Java and my first code, is to make a JFrame modal window that you can modify the background and have a button, but I do not get it, I do not know why: package practica1; import javax.swing.*; import java.awt.Color; public clas...
asked by 17.06.2018 / 01:23
0
answers

As Ready Prestashop existing products in a new form

Friends I'm doing a module where I need to show the presta shop products in a new window and in a particular way to the existing one, I've been looking at San Google, but I've been days and nothing or not looking, who could guide me about the me...
asked by 12.02.2018 / 07:40