• 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

Model

 
Ranch Hand
Posts: 110
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,
1)I'll take a Jtable as an example to know the MVC Architeture
.Can Any body tell me with respect to JTable where is View?
where is model? and where is control??
2)what is the difference between TableModel and DataModel?Why do we need both?
thanx in advance
Prashu
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by prashu bk:
Hi Friends,
1)I'll take a Jtable as an example to know the MVC Architeture


This article on the Swing Architecture explains it better than i.


2)what is the difference between TableModel and DataModel?Why do we need both?


Can you clarify this question? There is no class named "DataModel" in the Sun Java API 1.4.2.
 
reply
    Bookmark Topic Watch Topic
  • New Topic