python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Java Swing Menu, Popup, Combobox GUI Problem
When I click on any popup menu that extends outside the bounds of my frame or dialog, whether it's from a combobox or a menu it doesn't matter, my entire gui goes funky. It starts replicating panels ...
user2864650
Votes: 0
Answers: 0
A pop-up window that used to open through the console stopped opening
Hi everyone
I just started learning HTML so I barely understand what I'm doing, sorry in advance.
So basically, there used to be an option to delete your account from a website by going to the console...
Godseeker
Votes: 0
Answers: 0
Why isn't the popup menu for my System Tray Icon responding to inputs?
I've been working on a background java program for a while and its almost ready to be released so I thought I should probably add a way to exit the program. I have this function:
private static void s...

SteveOh
Votes: 0
Answers: 1
How can i use picture as icon in shortcut menu vba access?
I tried this
Set cbCat = CommandBars.Add(conBarName, msoBarPopup, False, False)
Set cbCatCtrl = cbCat.Controls.Add(msocontrolpopup)
cbCatCtrl.Caption = "Open Form"
Do While Not...
Csharp Newbie
Votes: 0
Answers: 1