Click here to Skip to main content
15,892,005 members
Home / Discussions / Java
   

Java

 
GeneralRe: How to restore mysql database in java Pin
Richard MacCutchan9-Apr-16 2:18
mveRichard MacCutchan9-Apr-16 2:18 
GeneralRe: How to restore mysql database in java Pin
Noorullah Noori9-Apr-16 21:41
Noorullah Noori9-Apr-16 21:41 
GeneralRe: How to restore mysql database in java Pin
Richard MacCutchan10-Apr-16 1:52
mveRichard MacCutchan10-Apr-16 1:52 
QuestionLaying out - Please help Pin
Ashford Tulgaa3-Apr-16 23:13
Ashford Tulgaa3-Apr-16 23:13 
SuggestionRe: Laying out - Please help Pin
Richard MacCutchan4-Apr-16 4:19
mveRichard MacCutchan4-Apr-16 4:19 
QuestionHow to customise a JButton`s button Pin
KrReyes31-Mar-16 7:15
KrReyes31-Mar-16 7:15 
AnswerRe: How to customise a JButton`s button Pin
Patrice T31-Mar-16 7:51
mvePatrice T31-Mar-16 7:51 
Questionwidth netbeans IDE JLabel fullscreen problem? Pin
Sadikacar6030-Mar-16 6:00
Sadikacar6030-Mar-16 6:00 
not the label fullscreen*

C#
    private void formWindowOpened(java.awt.event.WindowEvent evt) {                                  
        Toolkit tk = Toolkit.getDefaultToolkit(); 
        Dimension screenSize = tk.getScreenSize(); 
        this.setSize(screenSize); 			
				
        int Ewidth=tk.getScreenSize().width;				
        int Eheight=tk.getScreenSize().height;				
        
        //picture resize ???
        jLabel1.setBounds(0, 0, Ewidth, Eheight);  //dont' work 
        jLabel1.setSize(screenSize);  //dont' work
        jLabel1.setSize(100, 500);//dont' work
        jLabel1.setPreferredSize(new Dimension(Ewidth, Eheight));//dont' work
        jLabel1.setMaximumSize(new Dimension(100, 500)); //dont' work
        
        
//        jPanel1.setPreferredSize(new Dimension(Ewidth, Eheight));// work
//        jPanel1.setBackground(Color.red); //work
        

    }  

QuestionJava- Multi-threading server with netbeans Pin
Member 1162036225-Mar-16 4:23
Member 1162036225-Mar-16 4:23 
AnswerRe: Java- Multi-threading server with netbeans Pin
Richard MacCutchan25-Mar-16 5:38
mveRichard MacCutchan25-Mar-16 5:38 
AnswerRe: Java- Multi-threading server with netbeans Pin
DevWithJava5-Apr-16 6:10
DevWithJava5-Apr-16 6:10 
Questionhelp Pin
Member 1206925622-Mar-16 1:09
Member 1206925622-Mar-16 1:09 
AnswerRe: help Pin
Richard MacCutchan22-Mar-16 1:21
mveRichard MacCutchan22-Mar-16 1:21 
AnswerRe: help Pin
Patrice T22-Mar-16 1:47
mvePatrice T22-Mar-16 1:47 
SuggestionRe: help Pin
Member 1206925622-Mar-16 1:59
Member 1206925622-Mar-16 1:59 
GeneralRe: help Pin
Richard MacCutchan22-Mar-16 3:09
mveRichard MacCutchan22-Mar-16 3:09 
AnswerRe: help Pin
Richard Deeming22-Mar-16 3:01
mveRichard Deeming22-Mar-16 3:01 
QuestionHow to handle 404 page not found exception in Spring MVC with java configuration and no Web.xml Pin
glassShot10015-Mar-16 6:13
glassShot10015-Mar-16 6:13 
Questionhow do i fix this array out of bound index Pin
divinity0215-Mar-16 0:21
divinity0215-Mar-16 0:21 
AnswerRe: how do i fix this array out of bound index Pin
Richard MacCutchan15-Mar-16 2:40
mveRichard MacCutchan15-Mar-16 2:40 
GeneralRe: how do i fix this array out of bound index Pin
divinity0215-Mar-16 9:28
divinity0215-Mar-16 9:28 
GeneralRe: how do i fix this array out of bound index Pin
Richard MacCutchan15-Mar-16 10:37
mveRichard MacCutchan15-Mar-16 10:37 
GeneralRe: how do i fix this array out of bound index Pin
divinity0215-Mar-16 21:46
divinity0215-Mar-16 21:46 
AnswerRe: how do i fix this array out of bound index Pin
Patrice T16-Mar-16 16:26
mvePatrice T16-Mar-16 16:26 
GeneralRe: how do i fix this array out of bound index Pin
divinity0217-Mar-16 9:51
divinity0217-Mar-16 9:51 

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.