toolkit

Java Application Installers [closed]

别来无恙 提交于 2019-12-17 06:29:36
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I'm not looking for java-web-start, I'm looking for a thick-client application installation toolkit. I've got a stand-alone

Nesting WPF 3.5 sp1 toolkit datagrid

不想你离开。 提交于 2019-12-14 04:05:28
问题 Has anybody been successful or can find an example of using nested grids in the WPF 3.5 SP1 toolkit Datagrid? Does anybody know if this is even supported? Thanks. 回答1: Yes, you can nest a datagrid inside another datagrid's rowtemplate. Remember in WPF you can put any control inside any container. 来源: https://stackoverflow.com/questions/1030047/nesting-wpf-3-5-sp1-toolkit-datagrid

Streaming Graph to Gephi using toolkit : NullPointerException

梦想的初衷 提交于 2019-12-14 04:00:02
问题 I'm trying to create a normal graph and stream it to Gephi GUI using the Gephi toolkit. I am following the the toolkit and the streaming plugin tutorials. I am having difficulty getting my code to work because the lookup API is not returning valid values. On debug, I could find that both the Lookup methods below return null values because of which I am having trouble in accessing other methods using these objects. StreamingServer server = Lookup.getDefault().lookup(StreamingServer.class);

Google Talk's Graphics Toolkit?

痴心易碎 提交于 2019-12-14 02:33:02
问题 What graphics toolkit is used for the Window's Google Talk application? 回答1: There isn't much information on this out there but it seems to be their own customized controls plus an IE component (and not Qt like Google Earth). This forum thread has a little bit of information. 回答2: I'm not positive but I believe it's QT. 来源: https://stackoverflow.com/questions/34711/google-talks-graphics-toolkit

Javascript/Java HTML template/data-binding library [closed]

穿精又带淫゛_ 提交于 2019-12-13 23:39:37
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I'd like to find out about libraries with the following properties: Javascript implementation for client-side, Java implementation for

How do I adapt the look and feel of existing Tk apps using TTk?

折月煮酒 提交于 2019-12-13 03:37:34
问题 slebetman says: But Tk is only really ugly on Unixen because it defaults to a Motif theme (modern Tk is/should be replaced by TTk which is themeable). Given two Tk apps which I still use occasionally, namely Gitk and ptkdb, how do I change their look and feel so that it matches the rest of the desktop environment (KDE 4)? 回答1: See: http://wiki.tcl.tk/gtklook.tcl for a quick way to make default Tk look less painfully ugly. I often use it in my own programs to hide the fact that it's actually

Java - Screen Size on a Mac

风格不统一 提交于 2019-12-12 16:07:53
问题 I have a Java application, and in order to find the size of the screen to use, I do the following, for example: Toolkit.getDefaultToolkit().getScreenSize().width; Toolkit.getDefaultToolkit().getScreenSize().height; In my application, I am painting some items on the screen. And to determine the position, I use these values for width and height (because I want a particular item at the very bottom). But, I'm finding that it is going off the screen, even though it's position doesn't exceed what

Silverlight BusyIndicator Background Colour

折月煮酒 提交于 2019-12-11 18:30:03
问题 Is there a simple way of changing the background colour of the default busy indicator from the default grey to white gradient to another colour? Example image of the default busy indicator can be found here Thanks 回答1: Well, its simple. to use the toolkit you must declare it namespace in your xaml class(i think you've done that ok ?) Like this : xmlns:toolkit="http://schemas.microsoft.com/winfx/2006/xaml/presentation/toolkit" After this you must declare your toolkit : <toolkit:BusyIndicator

Java getDefaultToolKit() hangs Mac OS X 10.5

旧时模样 提交于 2019-12-11 15:58:46
问题 I am using Eclipse Cocao on Mac OS X 10.5.7, and the program hangs on the innocent line below while initializing variables. If I take it out, the program proceeds. Dimension screenSize = java.awt.Toolkit.getDefaultToolkit().getScreenSize(); This line works fine in XP, Vista, Server 2003, and Mac OS X 10.4.11. I have no idea why it infinitely hangs now in 10.5. Any ideas? Update: This appears to me to be a bug when using Cocoa Eclipse and Cocoa SWT. I can reproduce the example from Thorbjørn

Using fuzzy logic toolbox on Octave

我怕爱的太早我们不能终老 提交于 2019-12-11 15:49:03
问题 I've install Octave and the fuzzy logic toolkit to work with Fuzzy Inference Systems. pkg install fuzzy-logic-toolkit-0.4.5.tar.gz For information about changes from previous versions of the fuzzy-logic-toolkit package, run 'news fuzzy-logic-toolkit'. >> pkg list Package Name | Version | Installation directory ---------------------+---------+----------------------- fuzzy-logic-toolkit | 0.4.5 | /home/bgarcial/octave/fuzzy-logic-toolkit-0.4.5 But ... How to can I use the toolkit? I type pkg