Click here to Skip to main content
15,902,276 members
Home / Discussions / Java
   

Java

 
AnswerRe: java with text file Pin
TorstenH.5-Jul-12 19:13
TorstenH.5-Jul-12 19:13 
GeneralRe: java with text file Pin
RORY175-Jul-12 23:15
RORY175-Jul-12 23:15 
GeneralRe: java with text file Pin
RORY175-Jul-12 23:37
RORY175-Jul-12 23:37 
GeneralRe: java with text file Pin
TorstenH.5-Jul-12 23:40
TorstenH.5-Jul-12 23:40 
GeneralRe: java with text file Pin
RORY176-Jul-12 0:51
RORY176-Jul-12 0:51 
GeneralRe: java with text file Pin
Richard MacCutchan6-Jul-12 1:07
mveRichard MacCutchan6-Jul-12 1:07 
Questiondisable minimize button in JFrame Pin
Member 78380275-Jul-12 5:19
Member 78380275-Jul-12 5:19 
AnswerRe: disable minimize button in JFrame Pin
TorstenH.5-Jul-12 19:10
TorstenH.5-Jul-12 19:10 
There is no way to do this - you will have to use JDialog.
Maximize and minimize are 2 functions that are literally combined.

Another approach would be to make the JFrame undecorated(true) and to draw some buttons yourself (and a title bar if you need a real title bar).
regards Torsten
When I'm not working

Questionjava database Pin
Member 82109845-Jul-12 5:17
Member 82109845-Jul-12 5:17 
AnswerRe: java database Pin
jschell5-Jul-12 6:20
jschell5-Jul-12 6:20 
QuestionProvider Pin
JimAce5-Jul-12 0:53
JimAce5-Jul-12 0:53 
AnswerRe: Provider Pin
TorstenH.5-Jul-12 1:19
TorstenH.5-Jul-12 1:19 
GeneralRe: Provider Pin
JimAce5-Jul-12 4:12
JimAce5-Jul-12 4:12 
QuestionElegant validation? Pin
Neo101014-Jul-12 4:33
Neo101014-Jul-12 4:33 
AnswerRe: Elegant validation? Pin
Richard MacCutchan4-Jul-12 5:06
mveRichard MacCutchan4-Jul-12 5:06 
AnswerRe: Elegant validation? Pin
TorstenH.4-Jul-12 22:46
TorstenH.4-Jul-12 22:46 
Questionlocation-awareness simulation project Pin
simbarashe gumbo28-Jun-12 3:41
simbarashe gumbo28-Jun-12 3:41 
AnswerRe: location-awareness simulation project Pin
Peter_in_278028-Jun-12 3:48
professionalPeter_in_278028-Jun-12 3:48 
AnswerRe: location-awareness simulation project Pin
TorstenH.28-Jun-12 19:03
TorstenH.28-Jun-12 19:03 
AnswerRe: location-awareness simulation project Pin
CodingLover2-Jul-12 15:54
CodingLover2-Jul-12 15:54 
AnswerRe: location-awareness simulation project Pin
Paul Conrad2-Jul-12 17:50
professionalPaul Conrad2-Jul-12 17:50 
Questionto open an excel file and write Pin
prithaa27-Jun-12 21:50
prithaa27-Jun-12 21:50 
GeneralRe: to open an excel file and write Pin
Richard MacCutchan27-Jun-12 22:31
mveRichard MacCutchan27-Jun-12 22:31 
GeneralRe: to open an excel file and write Pin
prithaa27-Jun-12 23:05
prithaa27-Jun-12 23:05 
GeneralRe: to open an excel file and write Pin
Richard MacCutchan27-Jun-12 23:22
mveRichard MacCutchan27-Jun-12 23:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.