Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2687
| From | Daniel Pitts <newsgroup.nospam@virtualinfinity.net> |
|---|---|
| Newsgroups | comp.lang.java.help |
| Subject | Re: Jframes and Jbuttons Help needed. |
| References | <029a2f56-efab-41c5-a841-06a43323bc17@googlegroups.com> |
| Message-ID | <K0Vbt.462200$BV7.47123@newsfe24.iad> (permalink) |
| Date | 2013-04-18 09:17 -0700 |
On 4/17/13 10:50 PM, Aaron Pereira wrote: > How do you take an action from a previous jbutton and add them together in a text area ? First, what do you mean by "previous jbutton"? Second, what do you mean by "take an action" and "add [it] in a text area"? An action is something which happens. A text area is a place which holds text. Third, you've only specified one thing (an action from a "previous jbutton"), but you've asked how to "add them together", implying there were two things. Forth, I assume you really mean "JButton" and "JTextArea", as those are specific and common things in Java. "jbutton" is just wrong and "text area" is a more general concept. You need to do *all* of the following to get useful help: 1. If this is for homework, tell us. 2. For homework, post the exact homework question. Copy and paste it if you can, or transcribe it *exactly*. For real world problems, tell us your actual end goal. We're not just programmers, we're engineers. 3. Always try it yourself first. We're not doing your work for you. 4. Show us what you've tried. An SSCCE is preferred (read http:///sscce.org for more info). 5. Show us exact error messages you receive (copy and paste, don't type it out). 6. Tell us what you *expected* to happen, but what *actually* happened instead. 7. Realize that we will not solve homework problems *for* you, but we will likely *guide* you to solve it yourself. Most of us are past the point of needing to do homework. It benefits no one if we do it for you. 8. Also realize that we have no obligation to you. We are here because we want to be. We are not being paid. Please, post your question again, keeping the guidelines above in mind. Good luck.
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Jframes and Jbuttons Help needed. Aaron Pereira <aaron.d.pereira@gmail.com> - 2013-04-17 22:50 -0700 Re: Jframes and Jbuttons Help needed. Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2013-04-18 09:17 -0700 Re: Jframes and Jbuttons Help needed. Roedy Green <see_website@mindprod.com.invalid> - 2013-04-19 12:44 -0700
csiph-web