I have the following scenario
A popup window showing a table
And one of the elements of this table, when you click on it, a pop-up window appears with another table
I applied it like this:
Is there a better solution than that?
fisrt popup
…
So I’ve been redesigning this website when a user fill in a form, the also can search tp fill one of the text fields. the previous design is when users clicked on search button, they displayed a pop up with another filled in form and data …
I am coding a Tray Icon application in Java – it runs in the background & polls a server. On receiving a particular message from the server the application pops up an alert from the Tray Icon. The Alert contains a summary of the messag…