On The Insider: Robert Downey Jr Injured on the Set
1 Resources for

jgraph object

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Easily present graphical data with JGraph
JGraph is a small but fully functional Java component that facilitates the development of graphical network representations using graph theory principles. With the aid of JGraph, you can accomplish projects ranging from a simple graph editor, a computer network map, or a shortest-path finder. To fully understand the concepts in...
Tags: NETWORKING, Java, Wai Tik Chan, JGraph, vertex, graph, JGraph object
Technical articles 2003-07-03

Additional Resources

SQL Balance for MySQL (exe)
Database Administrators rejoice. Now you don't have to compare and synchronize databases run by MySQL manually. SQLBalance compares the structure of two databases line by line, object by object, and highlights the differences. It shows full information about the object in the form of table and as a DDL script,...
Tags: MySQL, Desktop Software, SQL, SQLBalance, Databases, Storage, Open Source, Enterprise Software, Software, Data Management, Hardware
Software downloads 2007-03-27
Access Object Navigator (zip)
Access Object Navigator is Microsoft Access application that helps you to create professional looking navigation pane similar to those in Microsoft Outlook and Microsoft Dynamics NAV. With Access Object Navigator you can forget about Access switchboards. Your applications will look professional. With a few clicks you will have your object...
Tags: Microsoft Access, Netscape Navigator, Crosoft Systems, Access Object Navigator, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management
Software downloads 2008-07-08
Replication Degree Customization for High Availability
Object replication is a common approach to enhance the availability of distributed data-intensive services and storage systems. Many such systems are known to have highly skewed object request probability distributions. This paper propose an object replication degree customization scheme that maximizes the expected service availability under given object request probabilities,...
Tags: High Availability, Association For Computing Machinery, Customization, Storage, Storage Management, Hardware
White papers 2008-04-04
java basic question
in java, definetly we need a class to create any object,but for creating an array object there is no specific class,the object is created internally by jvm how and why?
Tags: Java, lrvkiran@...
Discussion threads 2007-09-06
a simple question on c++
can somebody can clear the use of copy constructor in c++. and if possible give a small and suitable example regarding the copy constructor.A copy constructor is used to create an instance from another instance, e.g.:MyClass A;MyClass B A;When B is instantiated, the following constructor is called:B (B const &...
Tags: B, C++, constructor, copy constructor, Int, monukaushal@..., programming
Q&A 2004-10-12
How Emily Tamed the Caml
How does one make a program breach resistant? One promising approach is to apply the Principle of Least Authority at object granularity. The E language has previously demonstrated that object-capability languages turn many of the security requirements for software into emergent properties of traditional object-oriented design and modularity enforcement. Emily...
Tags: Hewlett-Packard Co., Language, Emily, E Language, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2006-08-11
Testing Java in an Object-Oriented Way
In object-oriented software development, the system is developed as a collaborative collection of objects. Messages are the heart of the communication between these objects. Most Java-based software development projects employ unit testing, which mainly tests the system's behavior. Yet, one rarely tests the object-oriented nature of the written program. Object-oriented...
Tags: Java, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2006-03-28
MSDN Webcast: Understanding and Handling Collisions (Part 6 of 11) (Level 200)
The presenter of this webcast provides a basic understanding of how to create three-dimensional (3-D) games. This particular webcast explains how to handle object/background and object/object collision in the game.
Tags: Microsoft Developer Network, Webcast, Collision, Games, Personal Technology
Webcasts 2006-01-25
Cooperation Model for Object Group Using Load Balancing
Currently, object implementations facilitate object group model to organize and manage efficiently the object services. In addition to the complexity of implementing the object groups, researchers also considers the Quality of Service QoS by various means such as replicating the services within the system. Load balancing scheme is necessary for...
Tags: Load Balancing, Network Technology, Networking
White papers 2006-12-01
Visio 2003 objects : linking to database
I have a table in access or excel with 3 fields: serial, name of object, and percent. I need to link it to a charting object in the visio charts stencil (pie, bar, curve bars).. to be more specific.. the % bar graph object.. it has many bars, each of...
Tags: a7madmagdy@..., database, Microsoft Visio, Visio 2003
Q&A 2005-05-19
UML for C#
C# is a modern object-oriented language for application development. In addition to object-oriented constructs, C# supports component-oriented programming with properties, methods and events. UML defines graphical notations for describing and designing object-oriented software systems. It's an open standard controlled by the Object Management Group OMG. This paper assumes a working...
Tags: Object-oriented, C#, Ooa/Ood/Oop, UML, Programming Languages, .Net, Software Development, Software/Web Development
White papers 2007-04-24
Programming C#: Delegates and Events
In programming, the user is often faced with situations where one needs to execute a particular action, but the user doesn't know in advance which method, or even which object, he or she wants to call upon to execute it. For example, a button might know that it must notify...
Tags: O'Reilly Media Inc., Programming, Development Tools, Software Development, Software/Web Development
Book chapters 2005-02-11
The Objective-C Programming Language
Object-oriented programming, like most interesting developments, builds on some old ideas, extends them, and puts them together in novel ways. The result is many-faceted and a clear step forward for the art of programming. An object-oriented approach makes programs more intuitive to design, faster to develop, more amenable to modifications,...
Tags: Object-oriented Programming, Object-oriented, Ooa/Ood/Oop, Software Development, Software/Web Development
White papers 2001-01-02
object tag and scrollable table
What do you think about using tag to create an html file with a scrollable table and a fixed header/footer?Is there any problem?thanksDependsBut if I click on your site and it says do you want to download Davoud's scrollable table. I'm going to click no. Not because...
Tags: scrollable table, HTML
Discussion threads 2005-09-06
Outlook 2007 Sample: What's New Add-Ins (msi)
The Outlook 2007 What's New Add-Ins are a learning tool that will help you understand some of the important new features in the Outlook 2007 object model. They provide coverage of the following important new areas: Context menu customization; The Table object model and Instant Search queries; The PropertyAccessor object...
Tags: Microsoft Outlook, Groupware, Microsoft Office, Office Suites, Software, Enterprise Software
Software downloads 2007-08-30
Spoil.msi (msi)
Sample code for the Stored Procedure Object Interface Layer SPOIL. This creates an object abstraction over SQL stored procedures providing applications with an object view of the data layer. This version is the first release on CNET Download.com.
Tags: Microsoft Corp., Abstraction, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Software downloads 2007-08-28
Security on Removable Storage Object
One of our non-IT individuals who has administrative rights to a mission critical stand-alone Windows 2000 PC Governments require that it not be hooked up to any network endeavored to disable the removable storage so that someone cannot walk up to it and copy info from the hard disk onto...
Tags: wrsender-tech@..., removable storage, storage, security
Discussion threads 2007-04-20
Creating object of a DLL file.
Hello Friends,I was trying to create an object of a DLL file registered on a remote system in my network. But the compiler raises an error "Cannot create an object". I can create object of a DLL file registered on my local system but i m not able to create...
Tags: chavdaraju@..., DLL, Please Help, programming
Q&A 2005-04-13
Beryllium: RSS 2.0 Reader Object Model (zip)
Beryllium provides the application programmer with a RSS 2.0 Object Model. The object model can be referenced in any .Net 2.0 Solution by adding a reference to the "RSS Reader.dll". The object model can be instantiated by creating an instance of the RSSReader class, which requires the full location of...
Tags: Beryllium, RSS, Internet
Software downloads 2008-01-23
  • << Previous
  • page 1 of 1
  • Next >>


Disaster Recovery Plan Power Checklist
Development of a disaster recovery plan is a must. Although there may never come a time when the plan must be implemented, it is always best to prepar ...
Buy Now
Harness the Full Power of Internet Explorer
This pre-packaged presentation contains everything you need to instruct end users about how to the most out of the Internet and Internet Explorer--eve ...
Buy Now

IP Networking