Click here to Skip to main content
15,911,785 members
Home / Discussions / Java
   

Java

 
QuestionOutput error for Avl tree Pin
vtsmokey881-Dec-09 19:14
vtsmokey881-Dec-09 19:14 
AnswerRe: Output error for Avl tree Pin
vtsmokey881-Dec-09 20:04
vtsmokey881-Dec-09 20:04 
GeneralRe: Output error for Avl tree Pin
Nagy Vilmos1-Dec-09 21:40
professionalNagy Vilmos1-Dec-09 21:40 
QuestionBakhshali Approximation for finding the square root of a number..? Pin
silentbob03211-Dec-09 14:27
silentbob03211-Dec-09 14:27 
AnswerRe: Bakhshali Approximation for finding the square root of a number..? Pin
Nagy Vilmos1-Dec-09 21:47
professionalNagy Vilmos1-Dec-09 21:47 
AnswerRe: Bakhshali Approximation for finding the square root of a number..? Pin
Richard MacCutchan1-Dec-09 21:48
mveRichard MacCutchan1-Dec-09 21:48 
QuestionHow to make Swing GUI stable in GridBagLayout Pin
don Moen30-Nov-09 19:20
don Moen30-Nov-09 19:20 
AnswerRe: How to make Swing GUI stable in GridBagLayout [modified] Pin
LunaticFringe2-Dec-09 2:45
LunaticFringe2-Dec-09 2:45 
You will probably need to develop a custom layout manager rather than using one of the pre-defined layout modes. Basically, you create a class that implements LayoutManager, providing an implementation for the layoutContainer method, among others. You then instantiate your manager and assign it to be the parent window's manager with setLayout.

Try plowing through the docs for LayoutManager and take a whack at it. I can help if you have trouble.

[edit]
Hint - If you make your custom layout manager an inner class of the parent window, it'll have access to the control variables representing the text areas and be able to manipulate their positions.
[/edit]

modified on Wednesday, December 2, 2009 1:02 PM

GeneralRe: How to make Swing GUI stable in GridBagLayout Pin
don Moen2-Dec-09 19:57
don Moen2-Dec-09 19:57 
Questionjava effects Pin
ammu2328-Nov-09 5:23
ammu2328-Nov-09 5:23 
AnswerRe: java effects Pin
Richard MacCutchan28-Nov-09 5:52
mveRichard MacCutchan28-Nov-09 5:52 
AnswerRe: java effects Pin
scottgp28-Nov-09 11:09
professionalscottgp28-Nov-09 11:09 
QuestionEmbedding Pentaho Dashboard into my web application in struts 1 Pin
Vivek Vijayan27-Nov-09 17:43
Vivek Vijayan27-Nov-09 17:43 
AnswerRe: Embedding Pentaho Dashboard into my web application in struts 1 Pin
Richard MacCutchan27-Nov-09 22:03
mveRichard MacCutchan27-Nov-09 22:03 
QuestionWrite XML Attribute Pin
toby3127-Nov-09 13:02
toby3127-Nov-09 13:02 
QuestionA Web Crawler code...help Pin
sangeeta200927-Nov-09 2:23
sangeeta200927-Nov-09 2:23 
AnswerRe: A Web Crawler code...help Pin
Richard MacCutchan27-Nov-09 2:32
mveRichard MacCutchan27-Nov-09 2:32 
GeneralRe: A Web Crawler code...help Pin
sangeeta200927-Nov-09 2:54
sangeeta200927-Nov-09 2:54 
GeneralRe: A Web Crawler code...help Pin
Richard MacCutchan27-Nov-09 3:55
mveRichard MacCutchan27-Nov-09 3:55 
GeneralRe: A Web Crawler code...help Pin
Nagy Vilmos27-Nov-09 4:12
professionalNagy Vilmos27-Nov-09 4:12 
GeneralRe: A Web Crawler code...help Pin
Richard MacCutchan27-Nov-09 5:13
mveRichard MacCutchan27-Nov-09 5:13 
GeneralRe: A Web Crawler code...help Pin
sangeeta200928-Nov-09 1:29
sangeeta200928-Nov-09 1:29 
GeneralRe: A Web Crawler code...help Pin
Richard MacCutchan28-Nov-09 1:36
mveRichard MacCutchan28-Nov-09 1:36 
GeneralRe: A Web Crawler code...help Pin
sangeeta200928-Nov-09 1:54
sangeeta200928-Nov-09 1:54 
GeneralRe: A Web Crawler code...help Pin
Richard MacCutchan28-Nov-09 2:10
mveRichard MacCutchan28-Nov-09 2:10 

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.