A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Swing / AWT / SWT
Author
title
chris barr
Ranch Hand
Joined: Apr 20, 2006
Posts: 37
posted
Jun 11, 2006 19:20:00
0
how do you title a window like this web browers is??? instead of inside the window?
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
Jun 11, 2006 21:41:00
0
for a
JFrame
?
frame.setTitle("some text");
chris barr
Ranch Hand
Joined: Apr 20, 2006
Posts: 37
posted
Jun 11, 2006 23:24:00
0
thanks .. that worked...
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: title
Similar Threads
How to set browser title using HTTP Header from a Servlet?
javascript alert title
My GUI.
what is a Frame??
popup window moving
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter