• 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

TextField inputs to act as outputs for another frame.

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there...I've been trying to make an application where the user enters the marks and Name and upon clicking the View Result button,a new frame should pop up displaying his name and Marksheet. however on using the setText() method for any TextField entry,the compiler gives errors.How to generate an event-driven application that does this upon clicking the View Result button??Please.help.
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch

Shivam Shankar wrote:,the compiler gives errors


Please copy paste the stack trace from the console so we can help figure out what's going wrong.

Shivam Shankar wrote:How to generate an event-driven application that does this upon clicking the View Result button


Recommended reading http://docs.oracle.com/javase/tutorial/uiswing/misc/action.html
reply
    Bookmark Topic Watch Topic
  • New Topic