Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
dimitre791
dimitre791's Profile
1
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Borderless, marginless, less than 128x128px Processing window
[3 Replies]
11-Aug-2010 05:33 AM
Forum:
Programming Questions
Hello, I'm trying to have a Processing window running on coordinates 0, 0 and with exact size of 106x60 pixels
I'm almost sucessful after add this lines inside draw()
frame.setLocation(0,0);
frame.setAlwaysOnTop(true);
frame.setSize(106,60);
and this ones at the end
public void init() {
frame.removeNotify();
frame.setUndecorated(true);
frame.addNotify();
super.init();
}
I still can't override default processing grey margin for apps smaller than 128x128 pixels
Does anybody know how to do that?
Thanks
«Prev
Next »
Moderate user : dimitre791
Forum