Results 1 to 4 of 4
- 06-08-2011, 12:47 PM #1
Member
- Join Date
- Dec 2010
- Posts
- 57
- Rep Power
- 0
Error in writing JButton Array of objects into File
Hello Guys I hope u all r f9
I have problem to writing an two dimension array Of object of JButton in a file by using Serializable
but i'm getting exception
java.io.NotSerializableException: javax.swing.GroupLayout
here is my code
JButton b[][]=new JButton[6][6];
initializating code....
FileOutputStream fileOut=new FileOutputStream("JButton.DAT");
ObjectOutputStream objectOut=new ObjectOutputStream(fileOut);
objectOut.writeObject(b);
objectOut.close();
fileOut.close();
please help...
- 06-08-2011, 01:24 PM #2
Recommended reading: How To Ask Questions The Smart Way
To get better help sooner, post a SSCCE that clearly demonstrates your problem. Not uncompilable code snippets. Also, use the code tags to post code.
db
- 06-08-2011, 09:41 PM #3
Member
- Join Date
- Dec 2010
- Posts
- 57
- Rep Power
- 0
what I ask just on this question if you dont know than dont reply.
-
I don't think that your question gives enough information to be answerable (at least not for me), and that's what Darryl was getting at. Please check the links that he's provided as they'll help you to see what information we need in order to be able to help you.
A couple of points:
- You can't control who responds or doesn't to your posts. The only exception is if someone is being abusive then report them.
- I wouldn't put that "if you don't know then don't reply" in my post. Again, you may not be giving us enough information and so if you restrict replies to only those "who know", you may get no replies at all. Also, you'll possibly upset others who "do know" and they may not want to reply to you.
- His links will help you get better replies if you take them the right way and use the information they contain to help you write better questions.
Much luck!
Similar Threads
-
writing string array in to a file
By abdullahansari in forum New To JavaReplies: 13Last Post: 08-29-2010, 04:25 AM -
error encountered when writing image file
By angelinehelena in forum Advanced JavaReplies: 1Last Post: 02-10-2009, 10:08 AM -
Logic Error: Not Writing To File
By JDCAce in forum Advanced JavaReplies: 6Last Post: 10-21-2008, 02:13 AM -
Writing a countdown array to a file.
By kewlgeye in forum New To JavaReplies: 6Last Post: 05-25-2008, 06:09 AM -
Reading/Writing a File using byte array
By Java Tip in forum Java TipReplies: 0Last Post: 01-16-2008, 10:41 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks