Hi,
We have a requirement of JVM on ARM Processor and Linux version-2.6.
I have cross compiled the GNU Classpath(0.97.2) libs (using default options)and 
Cacao VM(0.99.2) and required libraries and ported. I am able to succesfully 
execute all simple programs and AWT programs. But when I am trying to execute a 
program containing swing components, the window is appearing - but the swing 
components(labels, buttons, text fields) are not visible.
Some how if I have clicked on a button (random clicking), the action on that 
button is performing. 
To make the swing components visible,I have to keep any specific libraries on 
path?
 
Thanks
MVN PavanKumar 


                      
               /*modify anchor tag if href=mailto to open a webmailer window 
for writing mails*/

                
                        var anchor = document.getElementsByTagName("a");
                        
                        var aux ='"|';
                        var r = "mailto:([^ \"']+)";
                        var regexformailto = new RegExp(r,"i");
                        var link_replacer = 
document.getElementById('link_replacer').childNodes[0].getAttribute("href");

                        for(i=0;i 0){
                                        
                                        //set new href
                                        aux = 
link_replacer.replace("__address__",match[1]);
                                        aux = 
aux.replace(/mailContent/g,"mailDetail");
                                        
                                        //set href 
                                        var inHTML = anchor[i].innerHTML;
                                        anchor[i].setAttribute("href",aux);
                                        anchor[i].innerHTML = inHTML;

                                        //set onclick
                                        aux = 
document.getElementById('link_replacer').childNodes[0].getAttribute("onclick");
                                        anchor[i].setAttribute("onclick",aux);
                                        anchor[i].onclick = aux;
                                }
                                                                
                        
                        }
       
                        
                        


Thanks
MVN Pavankumar


      Bring your gang together. Do your thing. Find your favourite Yahoo! group 
at http://in.promos.yahoo.com/groups/

Reply via email to