-
Streamium displaying an image
After i have tried to get an image from server in bytes and decode it using Base64, i createImage. next how do i display the image? .
These are my codes:
String sel1=readXML4(kkSocket);
byte[] imageData =decode(sel1);
Image ttt=Toolkit.getDefaultToolkit().createImage(imageData);
image2=new ImageComponent(ttt,this,true);
image2.getComponent();
this.add(image2,TVLayout.FULL);
image2.setLocation(10,10);
but i couldnt get the out for display on the real StreamiumTV.
Similar Threads
-
By James Graham in forum .NET
Replies: 4
Last Post: 10-23-2011, 02:47 PM
-
By shivaprasad in forum Java
Replies: 3
Last Post: 06-23-2005, 08:38 PM
-
Replies: 3
Last Post: 08-30-2001, 11:45 AM
-
By John Knoop in forum ASP.NET
Replies: 1
Last Post: 06-20-2001, 11:53 AM
-
By Ulrich Petri in forum ASP.NET
Replies: 0
Last Post: 07-23-2000, 06:58 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks