• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

command prompt output to text area

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how to display command prompt output of 1 frame to text area of other frame?
what exactly i have to do ?
 
Ranch Hand
Posts: 4632
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what is
"command prompt output of 1 frame"

generally, if you want to access another frame's textArea, the easiest is to pass a reference, or supply a getter method
 
sam sawant
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
its a normal output,in my case its tag id read by reader.
 
sam sawant
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am beginner in java
so if you please tell me in detail, how can i do it?
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sam,

First off, welcome to JavaRanch. Glad to have you. Secondly please read this. Your last two posts were less than 20 minutes apart. We're all just volunteers here. We have jobs, families, life, etc.

Rob asked

what is
"command prompt output of 1 frame"



and your response didn't tell us much more. So what is a command prompt output of 1 frame? Is it a JTextArea or what? Is all this code you've written or are you using a library of some sort? Please TellTheDetails.

We're eager to help as long as you help us.
 
reply
    Bookmark Topic Watch Topic
  • New Topic