• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

using CSS with j2me

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am developing a chat application and i need to set themes for my interfaces... can i use css if not are there any standard open source api that i could use.


Thanks in advance
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi paddy Mahadeva Iyer,

I am certain that there is no CSS for J2ME, you could implement that but I don't think it is a good waste of time, and maybe there is no other implementation like this because using ready components from midp we only get the themes from the cellphone to decorate our applications.
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use J2MEPolish GUI which provides options for using CSS based GUI and j2mepolish applications are easily portable across several devices.

For More information, have a look at the following link:

http://www.j2mepolish.org
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah, you can use j2mepolish for your developments in j2me with css integrated

moreover, you can use j2mepolish with netbeans ... there is a plugin !


SCJP 1.4
SCJP 5.0
 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Alternatively you can develop your own canvas based gui that supports themes. I have just just finished a beta version of an app that uses customisable themes for the app. You require a new Nokia device to use it. Check it out.
http://www.getjar.com/software/Java/All/Search/youmenow

No licence fees required if you make your own components.
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic