Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.lang.java.programmer > #4946
| From | "John B. Matthews" <nospam@nospam.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: netbeans |
| Date | 2011-06-03 15:12 -0400 |
| Organization | The Wasteland |
| Message-ID | <nospam-6610FC.15122003062011@news.aioe.org> (permalink) |
| References | <is88ft$4hu$3@localhost.localdomain> <nospam-32CE75.15040702062011@news.aioe.org> <isa09j$dnc$1@localhost.localdomain> |
In article <isa09j$dnc$1@localhost.localdomain>, Likux <likux@com.com> wrote: > > Just to clarify: Did you create a "Java Desktop Application" or a > > "Java Application"? > * I created java application. > > > Did you delete any files ending in ".form"? They contain the design > > details. > * i didn't delete anything accept one class. > In the files/src folder you can find just 3 files and all of them have > .java extension. Nothing else is in the source folder. Sadly, if the corresponding ".form" files are missing, then the required design information is lost with them. My scratch project looks like this: $ ls guibuilder/src/temp/ Main.form Main.java If you have no backup and the loss is sufficiently recent, NetBeans' Local History may have a copy. > > Look for buttons labeled "Source and "Design". > * this is what i am looking for :-) I recall having to close and re-open a project occasionally in 6.8 to restore the buttons, but not in more recent versions. -- John B. Matthews trashgod at gmail dot com <http://sites.google.com/site/drjohnbmatthews>
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar
netbeans "Likux" <likux@com.com> - 2011-06-02 16:59 +0200
Re: netbeans "John B. Matthews" <nospam@nospam.invalid> - 2011-06-02 15:04 -0400
Re: netbeans Likux <likux@com.com> - 2011-06-03 08:51 +0200
Re: netbeans "John B. Matthews" <nospam@nospam.invalid> - 2011-06-03 15:12 -0400
csiph-web