jwindow Questions

2

Solved

If I use JDK1.8_40 or newer (Oracle or OpenJDK do the same), the following code together with a dialog resize will crash the application (tried Windows 7, x64, 64bit JDK) import javax.swing.JButto...
Garnish asked 6/5, 2015 at 9:34

5

I am developing a tool for my laptop. I want to disable minimize button in the JFrame. I have already disabled maximize and close button. Here is the code to disable maximize and close button: JF...
Disown asked 28/10, 2012 at 7:45

5

I'm developing a Java Swing application. How can I make it so that when the program itself and any other windows open they come up in the center of the screen?
Jornada asked 21/6, 2010 at 3:12

1

I'm writing a drop down component with colors for toolbar. So I've taken ideas from 'Swing hacks' book, changed conception a little bit and added Swing's standard JColorChooser to drop down. The be...
Feliciafeliciano asked 29/1, 2013 at 5:55

2

Before you read, here are some clarifications on what the question is about: The SSCCE is designed for Java 7. It would be possible to use sun.*.AWTUtilities to adapt it to Java 6, but it does no...
Judicative asked 29/8, 2013 at 17:7

4

Solved

Algorithm Start Input a city name - partial or complete If the user hits enter , take the text from JTextField Begin brute force search. If the matches are found, put them in a Vector an...
Nicias asked 13/2, 2013 at 8:19

1

Solved

as I tried, looks like as that isn't possible, without success as I tried, or exist there another way? import java.awt.*; import java.awt.event.WindowEvent; import java.util.logging.Level; i...
Osprey asked 10/6, 2011 at 10:36

3

I am trying to make a custom UI based on a JWindow for the purpose of selecting an area of the screen to be shared. I have extended JWindow and added code to make it resizable and to 'cut out' the ...
Overwinter asked 1/12, 2010 at 12:12
1

© 2022 - 2024 — McMap. All rights reserved.