learn linux and unix commands - unix shell scripting

Article: Working with Lightweight User Interface Toolkit (LWUIT) 1.4

 
Thread Tools Search this Thread
# 1  
Old 02-10-2011
Article: Working with Lightweight User Interface Toolkit (LWUIT) 1.4

LWUIT is a user interface library designed to make Java ME applications look consistent across mobile devices. This article introduces the enhancements in LWUIT 1.4 including support for XHTML, multi-line text fields, and customization to the virtual keyboard.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. AIX

Same shell script does not working on same server but from different interface..why?

Hi , I have shell script which is perfectly working on unix server prompt. But when i execute it using maestro scheduler with same user , it is giving error of not recognizing the env or local variable. This is code in script inbDir=${INTRFACE_DIR}/inbound zipfile=$inbDir/$1 echo... (2 Replies)
Discussion started by: avi.coep
2 Replies

2. AIX

I want the perfect user-interface

I've got an aix-box somewhere on the network and a PC on my desk. Nothing fancy so far. The PC is made dual-boot: - windowsXP with putty & winSCP or - slackware 13 with xfce4 installed. The aix-box runs DB2 v8.2 and I've installed db2top to monitor the database. db2top is a character... (0 Replies)
Discussion started by: dr_te_z
0 Replies

3. Shell Programming and Scripting

Text User Interface

Any experts here have any idea how can i begin with programming a TUI with shell ? any advice or recommended website for me to refer? (9 Replies)
Discussion started by: filthymonk
9 Replies
Login or Register to Ask a Question
libatk-1.0.3(3) 					 Introduction to Library Functions					   libatk-1.0.3(3)

NAME
libatk-1.0 - Accessibility Toolkit API DESCRIPTION
ATK (the Accessibility Tool Kit) is a set of interfaces which, when implemented by applications and user-interface component libraries, supports the use of applications by persons with disabilities. ATK provides a consistent set of in-process interfaces which conforming components implement, either directly or via the use of add-on libraries. These interfaces are in turn exported out-of-process for use by assistive technologies (see at-spi(3)). Using ATK, applications can explicitly provide descriptive information about their components. By using ATK-enabled toolkits such as GTK+, applications obtain built-in accessibility support. The ATK API is a queryable, interfaced API for obtaining textual, attribute-based, and coordinate information from user interface compo- nents, and also provides a means of activating and interacting with those components without the direct use of the keyboard or system pointing device. To access the API documentation, you must install the developer version of the package. FILES
The following files are used by this library: /usr/lib/libatk-1.0.so Accessibility Toolkit API shared library /usr/share/gtk-doc/html Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-a11y-libs | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
libgail(3), libcspi(3), at-spi(3) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003, 2004. SunOS 5.10 31 Aug 2004 libatk-1.0.3(3)