Skip to content

Tag: dialog

Dialog Activity has a layout on the background

I am trying to make a dialog activity when the notification is clicked but I encountered some trouble. as you can see, the dialog is opened after clicking the notification but the black background is not necessary, how could I remove this ? I wanted to do is just pop.out the dialog box on the application befo…

Opening a new window on a button click in java

I’m just starting with using interfaces in java, I’m okay with having just one window and that doing what i need. But i now want to link two windows together e.g. Frame 1 opens. user chooses button1 (enter data). Frame 2 opens so user can enter the data. Code for Frame 1: Code for Frame 2: Basical…