Click here to Skip to main content
15,910,886 members
Home / Discussions / Java
   

Java

 
QuestionRe: How to establish connection between JAVA & MS SQL Server ? Pin
Richard MacCutchan16-Oct-13 2:56
mveRichard MacCutchan16-Oct-13 2:56 
AnswerRe: How to establish connection between JAVA & MS SQL Server ? Pin
Amol Lendave16-Oct-13 20:49
professionalAmol Lendave16-Oct-13 20:49 
GeneralRe: How to establish connection between JAVA & MS SQL Server ? Pin
Shubhashish_Mandal16-Oct-13 21:00
professionalShubhashish_Mandal16-Oct-13 21:00 
GeneralRe: How to establish connection between JAVA & MS SQL Server ? Pin
yadagirirao aileni16-Oct-13 23:59
yadagirirao aileni16-Oct-13 23:59 
GeneralRe: How to establish connection between JAVA & MS SQL Server ? Pin
Richard MacCutchan16-Oct-13 21:13
mveRichard MacCutchan16-Oct-13 21:13 
GeneralRe: How to establish connection between JAVA & MS SQL Server ? Pin
Amol Lendave16-Oct-13 22:59
professionalAmol Lendave16-Oct-13 22:59 
QuestionHow to Align Radio Buttons in MigLayout? Pin
chdboy16-Oct-13 0:42
chdboy16-Oct-13 0:42 
QuestionJScrollPane is not showing the frame properly Pin
chdboy14-Oct-13 19:36
chdboy14-Oct-13 19:36 
I have this code in which I have
Java
JTabbedPane tabbedPane = new JTabbedPane();



and I have

Java
JScrollPane scroll_pane = new JScrollPane(tabbedPane);


But when the JFrame shows up it is blank and after I click the maximize (Window) button it shows up the content on the frame.

why is this happening?

Java
frame.setPreferredSize(new Dimension(1500, 1210));		
        
        frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
        frame.pack();
        frame.setResizable(true);
        frame.setVisible(true);

AnswerRe: JScrollPane is not showing the frame properly Pin
Shubhashish_Mandal16-Oct-13 20:51
professionalShubhashish_Mandal16-Oct-13 20:51 
Questionjava file Pin
hemanthpoluru13-Oct-13 15:19
hemanthpoluru13-Oct-13 15:19 
AnswerRe: java file Pin
Richard MacCutchan13-Oct-13 20:46
mveRichard MacCutchan13-Oct-13 20:46 
AnswerRe: java file Pin
Logical9416-Oct-13 19:09
professionalLogical9416-Oct-13 19:09 
Questionabout java socket Pin
rualchina12-Oct-13 4:48
rualchina12-Oct-13 4:48 
AnswerRe: about java socket Pin
jschell12-Oct-13 10:34
jschell12-Oct-13 10:34 
GeneralRe: about java socket Pin
rualchina12-Oct-13 17:19
rualchina12-Oct-13 17:19 
GeneralRe: about java socket Pin
rualchina12-Oct-13 17:24
rualchina12-Oct-13 17:24 
GeneralRe: about java socket Pin
Richard MacCutchan12-Oct-13 23:58
mveRichard MacCutchan12-Oct-13 23:58 
GeneralRe: about java socket Pin
rualchina13-Oct-13 4:02
rualchina13-Oct-13 4:02 
GeneralRe: about java socket Pin
Richard MacCutchan13-Oct-13 4:53
mveRichard MacCutchan13-Oct-13 4:53 
GeneralRe: about java socket Pin
jschell14-Oct-13 8:00
jschell14-Oct-13 8:00 
QuestionImage transfer using TCP/IP Pin
Claraviolet10-Oct-13 5:22
Claraviolet10-Oct-13 5:22 
AnswerRe: Image transfer using TCP/IP Pin
Richard MacCutchan10-Oct-13 6:18
mveRichard MacCutchan10-Oct-13 6:18 
GeneralRe: Image transfer using TCP/IP Pin
Albert Holguin15-Oct-13 14:48
professionalAlbert Holguin15-Oct-13 14:48 
GeneralRe: Image transfer using TCP/IP Pin
Richard MacCutchan15-Oct-13 21:18
mveRichard MacCutchan15-Oct-13 21:18 
AnswerRe: Image transfer using TCP/IP Pin
Logical9416-Oct-13 19:04
professionalLogical9416-Oct-13 19:04 

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.