graphical

Graphical DIFF programs for linux

I really like Araxis Merge for a graphical DIFF program for the PC. I have no idea what's available for linux, though. We're running SUSE linix on our z800 mainframe. I'd be most grateful if I could get a few pointers to what programs everyone else likes. Thanks, Scott ...

Java GUI - General

Hello all you helpful folks @ stackoverflow! Best resources for Java GUI's? Looking at the Java Documentation, it is pretty easy to figure out the basics of JButtons, JFrames, etc but grasping the concepts of accessing JComponents from a frame, what creating a different panel does, etc is not very easy to understand. Is there some tut...

How do I use a pre-defined CSS style for a programmatically drawn TextField?

I have a graphical application that renders text to BitmapData - right now it's hardcoded to use a specific font, and that's fine for testing, but for production I really need it to be style-able. The rest of the application uses specific fonts, and I want to be able to just use a stylename (the style of the font) to create a TextFormat...

WPF Combobox graphical representation of integer

I'd like to use a WPF ComboBox in a similar way to the Flag column on Outlook where you are presented with a choice of different flags to select. My flags will be stored as Integers in the DB, each number is represented by a different color flag. Has anybody already done this or similar. Failing that any pointers to the best way to ach...

Looking for a simple graphical component for Delphi

Hi SO. I am looking for a graphical component in Delphi winch have such features: allows to paint text in different font types, sizes and colors allows to select previously drawn text and copy it paints images on a given coords, gif support would be nice its very fast in terms of CPU usage I need this component as a main chat windo...

cron that needs a display

I m trying to run a cron which involves opening a graphical program and thus needs a DISPLAY set. I have tried the following: * * * * * DISPLAY=:0.0 /opt/firefox/firefox -print .. It does not work and even if I try it on my console the above command does not work. It just sits there doing nothing. Now, the on...

Generating textual representation of directory contents

I'm looking for a script to generate the graphical-ish textual representations of directory structures that you see around. Something that I can run like this: james@computer:/.../basedir$ listdir . basedir |-firstsubdir | |-file | `-subsubdir | |-file1 | |-file2 | |-file3 | `-file4 `-secondsubdir james@computer:/.../basedir$ ...

Graphical representation of an app using Visual Studio 2008 Professional edition.

Is there a way in Visual Studio 2008 Professional edition to create a graphical representation of an application? What I am looking for is a flowchart or other design graph that shows each program in the app and how they relate to other programs and files in the app. I can create one using Visio, but wanted to know if there is somethin...