Java Window Managers

2000-10-17 Thread erick



I was wandering, is there any Java Window Manager 
for Linux? What about a full working OS?
Thanks!
 
 
 
 
Erick Sgarbi


Swing jsdk1.3 not working!!!!!!

2000-11-13 Thread erick



Hi guys, how are you all,,
 
 
    I just got my Mandrake 7.2 
happening, and got the new jsdk1.3 so, it works fine with any package but swing, 
it says that it cannot find JFrame class, or any swing component, the jsdk1.3 
was in RPM format..please help
 
    If you can send an example of 
the profile path statement i need to put...
 
 
thanks
 
Erick


UML designer...

2000-11-16 Thread Erick



Is ther a UML desinger like visio for Linux, so we can avoid doing all those 
calcs and plans on the paper?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Doubts !!!!

2005-05-03 Thread erick

   Hello,

 I need the following requirements of the virtual machine, It has that
to support:

 1.java.awt
 2.Supports to the graphical hardware(gtk+,qt
embedded,microwindows etc)
 3.Which the libraries to linkar with, the DirectFB


  Already looked at some documentations of virtual machines and I did
not find one that filled all these requirements, necessary of aid,
please.

  I am thankful all.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Jpad

2000-09-16 Thread Erick Sgarbi



Can someone help me, this is a beginner query, I am 
starting out making a Jpad, I would like to know what is the right way to insert 
TEXT into a JTextArea I am trying this, but is not effective or reliable, i'ts 
very slow...
 
 
 
 
 
    
jFileChooser.showOpenDialog(jFrame);  
try 
{    
String r = new 
String("");    
File file = new File(jFileChooser.getSelectedFile(), 
r);    
String fileName = new String (file.getPath());
 
    
System.out.println(fileName);    
File textFile = new File(fileName);
 
    
FileReader fr = new 
FileReader(textFile);    
BufferedReader br =  new BufferedReader(fr);
 
  
String line = new String ("");
 
  for(int  
i=0;i          
  
line 
=br.readLine();    
                
                
   if (line 
==null)            
                
        
 break; 
                
            
  
jTextArea.append(line+"\n");
 
   } 
}  
catch (IOException 
ieo) 
{    
System.out.println(ieo); 
}


The best window manager for java????

2000-11-17 Thread Erick Sgarbi



What would you guys, think is the beslt WIndow manager for java, i ;ve tried 
som many, and i found blackbox and sawfish be the best, anymore suggestions???


Erick


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]