python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Java IntelliJ GUI Designer - How can I: change the window title bar and system menu icon, and go to another form when button is pressed
I'm currently learning IntelliJ's GUI designer but I'm struggling to find documentation or any guides. So far I have watch a fantastic introductory youtube series from a guy called Scott Couprie, whic...
James
Votes: 0
Answers: 1
User control design time property not showing in properties window
I have a UserControl with a custom property:
public Size TestSize { get; set; }
I would like this property to show up in the properties window during design time of the UserControl, and not only wher...
JohnSaps
Votes: 0
Answers: 1
About custom control usage
I want to understand its logic and to modify. This library is refactored based on the open source library. I'm not very familiar with customization. Of course, I'll study hard.
How is it created autom...
KeLi
Votes: 0
Answers: 1