Sciweavers

108 search results - page 3 / 22
» JavaGI : Generalized Interfaces for Java
Sort
View
PPPJ
2006
ACM
14 years 1 months ago
Cost and benefit of rigorous decoupling with context-specific interfaces
In Java programs, classes are coupled to each other through the use of typed references. In order to minimize coupling without changing the executed code, interfaces can be introd...
Florian Forster
UIST
2000
ACM
13 years 12 months ago
Jazz: an extensible zoomable user interface graphics toolkit in Java
In this paper we investigate the use of scene graphs as a general approach for implementing two-dimensional (2D) graphical applications, and in particular Zoomable User Interfaces...
Benjamin B. Bederson, Jon Meyer, Lance Good
SIGCSE
2010
ACM
169views Education» more  SIGCSE 2010»
14 years 2 months ago
Interfaces first (and foremost) with Java
ion is a critical concept that underlies many topics in computing science. For example, in software engineering, the distinction between a component’s behavior and its implement...
Paolo A. G. Sivilotti, Matthew Lang
ICSE
2010
IEEE-ACM
13 years 11 months ago
Code bubbles: rethinking the user interface paradigm of integrated development environments
Today’s integrated development environments (IDEs) are hampered by their dependence on files and file-based editing. We propose a novel user interface that is based on collectio...
Andrew Bragdon, Steven P. Reiss, Robert C. Zelezni...
JOT
2007
102views more  JOT 2007»
13 years 7 months ago
Type Access Analysis: Towards Informed Interface Design
Programs designed from scratch often start with just a set of classes. Classes can be instantiated and so deliver the objects that are the carriers of information and function. In...
Friedrich Steimann, Philip Mayer